Html Css Color HEX #B12337 Cardinal

📋 copy color: '#B12337'

red 177 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #B12337

Tints of Cardinal #B12337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

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

R = 66.29%
G = 13.11%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B12337 (or 0xB12337) is known color: Cardinal. HEX triplet: B1, 23 and 37. RGB value is (177,35,55). Sum of RGB (Red+Green+Blue) = 177+35+55=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B12337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12337 is #4EDCC8. Grayscale: #4F4F4F. Windows color (decimal): -5168329 or 3613617. OLE color: 3613617.

HSL color Cylindrical-coordinate representation of color #B12337: hue angle of 351.55º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12337 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 55 -
CMYK 0 0.80 0.69 0.31
HSL 351.55º 0.67% 0.42% -
HSV(B) 351.55º 0.8% 0.69% -
XYZ 19.42 10.83 4.68 -
YUV 79.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 177 35 55 0 0.80 0.69 0.31 351.55 0.67 0.42
Hex B1 23 37 0 50 45 1F 160 43 2A
Octal 261 43 67 0 120 105 37 540 103 52
Binary 10110001 100011 110111 0 1010000 1000101 11111 101100000 1000011 101010

Color Harmonies of #B12337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12337

Black with #B12337

Text Example


Text Example

White with #B12337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12337; }

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

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

background-color css

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

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

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

border-color css

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

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

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