Html Css Color HEX #B12731 Cardinal

📋 copy color: '#B12731'

red 177 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #B12731

Tints of Cardinal #B12731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 66.79%
G = 14.72%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B12731 (or 0xB12731) is known color: Cardinal. HEX triplet: B1, 27 and 31. RGB value is (177,39,49). Sum of RGB (Red+Green+Blue) = 177+39+49=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B12731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12731 is #4ED8CE. Grayscale: #515151. Windows color (decimal): -5167311 or 3221425. OLE color: 3221425.

HSL color Cylindrical-coordinate representation of color #B12731: hue angle of 355.65º 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 #B12731 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 49 -
CMYK 0 0.78 0.72 0.31
HSL 355.65º 0.64% 0.42% -
HSV(B) 355.65º 0.78% 0.69% -
XYZ 19.41 11.02 4.01 -
YUV 81.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 177 39 49 0 0.78 0.72 0.31 355.65 0.64 0.42
Hex B1 27 31 0 4E 48 1F 164 40 2A
Octal 261 47 61 0 116 110 37 544 100 52
Binary 10110001 100111 110001 0 1001110 1001000 11111 101100100 1000000 101010

Color Harmonies of #B12731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12731

Black with #B12731

Text Example


Text Example

White with #B12731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12731; }

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

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

background-color css

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

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

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

border-color css

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

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

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