Html Css Color HEX #B51E46 Cardinal

📋 copy color: '#B51E46'

red 181 ◦ green 30 ◦ blue 70

#B51E46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B51E46

Tints of Cardinal #B51E46

RGB

 RED value IS 181 (71.09% from 255) = 64.41%

 GREEN value IS 30 (12.11% from 255) = 10.68%

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 64.41%
G = 10.68%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B51E46 (or 0xB51E46) is known color: Cardinal. HEX triplet: B5, 1E and 46. RGB value is (181,30,70). Sum of RGB (Red+Green+Blue) = 181+30+70=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E46 is #4AE1B9. Grayscale: #4F4F4F. Windows color (decimal): -4907450 or 4595381. OLE color: 4595381.

HSL color Cylindrical-coordinate representation of color #B51E46: hue angle of 344.11º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E46 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 30 70 -
CMYK 0 0.83 0.61 0.29
HSL 344.11º 0.72% 0.41% -
HSV(B) 344.11º 0.83% 0.71% -
XYZ 20.63 11.19 6.87 -
YUV 79.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 181 30 70 0 0.83 0.61 0.29 344.11 0.72 0.41
Hex B5 1E 46 0 53 3D 1D 158 48 29
Octal 265 36 106 0 123 75 35 530 110 51
Binary 10110101 11110 1000110 0 1010011 111101 11101 101011000 1001000 101001

Color Harmonies of #B51E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E46

Black with #B51E46

Text Example


Text Example

White with #B51E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E46; }

 p { color: rgb(181,30,70); }

 H1.HeaderClassName
 {
   color: #B51E46;
 }
 .AnyTagClassName
 {
   color: #B51E46;
 }
</style>

background-color css

<style>
 a { background-color: #B51E46; }

 a { background-color: rgb(181,30,70); }

 div.DivClassName
 {
   background-color: #B51E46;
 }
 .BgClassName
 {
   background-color: #B51E46;
 }
</style>

border-color css

<style>
 span { border-color: #B51E46; }

 span { border-color: rgb(181,30,70); }

 td.TdClassName
 {
   border-color: #B51E46;
 }
 .TagClassName
 {
   border-color: #B51E46;
 }
</style>