Html Css Color HEX #B12937 Cardinal

📋 copy color: '#B12937'

red 177 ◦ green 41 ◦ blue 55

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

Shades of Cardinal #B12937

Tints of Cardinal #B12937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 55 (21.88% from 255) = 20.15%

R = 64.84%
G = 15.02%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B12937 (or 0xB12937) is known color: Cardinal. HEX triplet: B1, 29 and 37. RGB value is (177,41,55). Sum of RGB (Red+Green+Blue) = 177+41+55=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B12937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12937 is #4ED6C8. Grayscale: #535353. Windows color (decimal): -5166793 or 3615153. OLE color: 3615153.

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

Color convert

RGB 177 41 55 -
CMYK 0 0.77 0.69 0.31
HSL 353.82º 0.62% 0.43% -
HSV(B) 353.82º 0.77% 0.69% -
XYZ 19.61 11.21 4.74 -
YUV 83.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 177 41 55 0 0.77 0.69 0.31 353.82 0.62 0.43
Hex B1 29 37 0 4D 45 1F 162 3E 2B
Octal 261 51 67 0 115 105 37 542 76 53
Binary 10110001 101001 110111 0 1001101 1000101 11111 101100010 111110 101011

Color Harmonies of #B12937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12937

Black with #B12937

Text Example


Text Example

White with #B12937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12937; }

 p { color: rgb(177,41,55); }

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

background-color css

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

 a { background-color: rgb(177,41,55); }

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

border-color css

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

 span { border-color: rgb(177,41,55); }

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