Html Css Color HEX #B12227 Cardinal

📋 copy color: '#B12227'

red 177 ◦ green 34 ◦ blue 39

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

Shades of Cardinal #B12227

Tints of Cardinal #B12227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

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

R = 70.8%
G = 13.6%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B12227 (or 0xB12227) is known color: Cardinal. HEX triplet: B1, 22 and 27. RGB value is (177,34,39). Sum of RGB (Red+Green+Blue) = 177+34+39=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B12227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12227 is #4EDDD8. Grayscale: #4D4D4D. Windows color (decimal): -5168601 or 2564785. OLE color: 2564785.

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

Color convert

RGB 177 34 39 -
CMYK 0 0.81 0.78 0.31
HSL 357.9º 0.68% 0.41% -
HSV(B) 357.9º 0.81% 0.69% -
XYZ 19.07 10.64 2.97 -
YUV 77.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 177 34 39 0 0.81 0.78 0.31 357.9 0.68 0.41
Hex B1 22 27 0 51 4E 1F 166 44 29
Octal 261 42 47 0 121 116 37 546 104 51
Binary 10110001 100010 100111 0 1010001 1001110 11111 101100110 1000100 101001

Color Harmonies of #B12227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12227

Black with #B12227

Text Example


Text Example

White with #B12227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12227; }

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

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

background-color css

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

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

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

border-color css

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

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

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