Html Css Color HEX #B12142 Cardinal

📋 copy color: '#B12142'

red 177 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #B12142

Tints of Cardinal #B12142

RGB

 RED value IS 177 (69.53% from 255) = 64.13%

 GREEN value IS 33 (13.28% from 255) = 11.96%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 64.13%
G = 11.96%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B12142 (or 0xB12142) is known color: Cardinal. HEX triplet: B1, 21 and 42. RGB value is (177,33,66). Sum of RGB (Red+Green+Blue) = 177+33+66=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B12142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12142 is #4EDEBD. Grayscale: #4F4F4F. Windows color (decimal): -5168830 or 4334001. OLE color: 4334001.

HSL color Cylindrical-coordinate representation of color #B12142: hue angle of 346.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12142 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 66 -
CMYK 0 0.81 0.63 0.31
HSL 346.25º 0.69% 0.41% -
HSV(B) 346.25º 0.81% 0.69% -
XYZ 19.66 10.83 6.21 -
YUV 79.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 177 33 66 0 0.81 0.63 0.31 346.25 0.69 0.41
Hex B1 21 42 0 51 3F 1F 15A 45 29
Octal 261 41 102 0 121 77 37 532 105 51
Binary 10110001 100001 1000010 0 1010001 111111 11111 101011010 1000101 101001

Color Harmonies of #B12142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12142

Black with #B12142

Text Example


Text Example

White with #B12142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12142; }

 p { color: rgb(177,33,66); }

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

background-color css

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

 a { background-color: rgb(177,33,66); }

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

border-color css

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

 span { border-color: rgb(177,33,66); }

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