Html Css Color HEX #B12027 Cardinal

📋 copy color: '#B12027'

red 177 ◦ green 32 ◦ blue 39

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

Shades of Cardinal #B12027

Tints of Cardinal #B12027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 71.37%
G = 12.9%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B12027 (or 0xB12027) is known color: Cardinal. HEX triplet: B1, 20 and 27. RGB value is (177,32,39). Sum of RGB (Red+Green+Blue) = 177+32+39=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B12027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12027 is #4EDFD8. Grayscale: #4C4C4C. Windows color (decimal): -5169113 or 2564273. OLE color: 2564273.

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

Color convert

RGB 177 32 39 -
CMYK 0 0.82 0.78 0.31
HSL 357.1º 0.69% 0.41% -
HSV(B) 357.1º 0.82% 0.69% -
XYZ 19.01 10.53 2.95 -
YUV 76.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 177 32 39 0 0.82 0.78 0.31 357.1 0.69 0.41
Hex B1 20 27 0 52 4E 1F 165 45 29
Octal 261 40 47 0 122 116 37 545 105 51
Binary 10110001 100000 100111 0 1010010 1001110 11111 101100101 1000101 101001

Color Harmonies of #B12027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12027

Black with #B12027

Text Example


Text Example

White with #B12027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12027; }

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

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

background-color css

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

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

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

border-color css

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

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

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