Html Css Color HEX #B12A32 Cardinal

📋 copy color: '#B12A32'

red 177 ◦ green 42 ◦ blue 50

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

Shades of Cardinal #B12A32

Tints of Cardinal #B12A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.61%

 BLUE value IS 50 (19.92% from 255) = 18.59%

R = 65.8%
G = 15.61%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B12A32 (or 0xB12A32) is known color: Cardinal. HEX triplet: B1, 2A and 32. RGB value is (177,42,50). Sum of RGB (Red+Green+Blue) = 177+42+50=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12A32 is #4ED5CD. Grayscale: #535353. Windows color (decimal): -5166542 or 3287729. OLE color: 3287729.

HSL color Cylindrical-coordinate representation of color #B12A32: hue angle of 356.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12A32 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 42 50 -
CMYK 0 0.76 0.72 0.31
HSL 356.44º 0.62% 0.43% -
HSV(B) 356.44º 0.76% 0.69% -
XYZ 19.54 11.23 4.16 -
YUV 83.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 177 42 50 0 0.76 0.72 0.31 356.44 0.62 0.43
Hex B1 2A 32 0 4C 48 1F 164 3E 2B
Octal 261 52 62 0 114 110 37 544 76 53
Binary 10110001 101010 110010 0 1001100 1001000 11111 101100100 111110 101011

Color Harmonies of #B12A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12A32

Black with #B12A32

Text Example


Text Example

White with #B12A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12A32; }

 p { color: rgb(177,42,50); }

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

background-color css

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

 a { background-color: rgb(177,42,50); }

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

border-color css

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

 span { border-color: rgb(177,42,50); }

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