Html Css Color HEX #B12736 Cardinal

📋 copy color: '#B12736'

red 177 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #B12736

Tints of Cardinal #B12736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

 BLUE value IS 54 (21.48% from 255) = 20%

R = 65.56%
G = 14.44%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B12736 (or 0xB12736) is known color: Cardinal. HEX triplet: B1, 27 and 36. RGB value is (177,39,54). Sum of RGB (Red+Green+Blue) = 177+39+54=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B12736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12736 is #4ED8C9. Grayscale: #525252. Windows color (decimal): -5167306 or 3549105. OLE color: 3549105.

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

Color convert

RGB 177 39 54 -
CMYK 0 0.78 0.69 0.31
HSL 353.48º 0.64% 0.42% -
HSV(B) 353.48º 0.78% 0.69% -
XYZ 19.52 11.06 4.6 -
YUV 81.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 177 39 54 0 0.78 0.69 0.31 353.48 0.64 0.42
Hex B1 27 36 0 4E 45 1F 161 40 2A
Octal 261 47 66 0 116 105 37 541 100 52
Binary 10110001 100111 110110 0 1001110 1000101 11111 101100001 1000000 101010

Color Harmonies of #B12736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12736

Black with #B12736

Text Example


Text Example

White with #B12736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12736; }

 p { color: rgb(177,39,54); }

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

background-color css

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

 a { background-color: rgb(177,39,54); }

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

border-color css

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

 span { border-color: rgb(177,39,54); }

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