Html Css Color HEX #B12242 Cardinal

📋 copy color: '#B12242'

red 177 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #B12242

Tints of Cardinal #B12242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.27%

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

R = 63.9%
G = 12.27%
B = 23.83%

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

#B12242 (or 0xB12242) is known color: Cardinal. HEX triplet: B1, 22 and 42. RGB value is (177,34,66). Sum of RGB (Red+Green+Blue) = 177+34+66=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B12242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12242 is #4EDDBD. Grayscale: #505050. Windows color (decimal): -5168574 or 4334257. OLE color: 4334257.

HSL color Cylindrical-coordinate representation of color #B12242: hue angle of 346.57º degrees, saturation: 0.68, 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 #B12242 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 66 -
CMYK 0 0.81 0.63 0.31
HSL 346.57º 0.68% 0.41% -
HSV(B) 346.57º 0.81% 0.69% -
XYZ 19.69 10.88 6.22 -
YUV 80.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 177 34 66 0 0.81 0.63 0.31 346.57 0.68 0.41
Hex B1 22 42 0 51 3F 1F 15B 44 29
Octal 261 42 102 0 121 77 37 533 104 51
Binary 10110001 100010 1000010 0 1010001 111111 11111 101011011 1000100 101001

Color Harmonies of #B12242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12242

Black with #B12242

Text Example


Text Example

White with #B12242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12242; }

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

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

background-color css

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

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

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

border-color css

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

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

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