Html Css Color HEX #B12231 Cardinal

📋 copy color: '#B12231'

red 177 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #B12231

Tints of Cardinal #B12231

RGB

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

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

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

R = 68.08%
G = 13.08%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B12231 (or 0xB12231) is known color: Cardinal. HEX triplet: B1, 22 and 31. RGB value is (177,34,49). Sum of RGB (Red+Green+Blue) = 177+34+49=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B12231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12231 is #4EDDCE. Grayscale: #4E4E4E. Windows color (decimal): -5168591 or 3220145. OLE color: 3220145.

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

Color convert

RGB 177 34 49 -
CMYK 0 0.81 0.72 0.31
HSL 353.71º 0.68% 0.41% -
HSV(B) 353.71º 0.81% 0.69% -
XYZ 19.26 10.71 3.96 -
YUV 78.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 177 34 49 0 0.81 0.72 0.31 353.71 0.68 0.41
Hex B1 22 31 0 51 48 1F 162 44 29
Octal 261 42 61 0 121 110 37 542 104 51
Binary 10110001 100010 110001 0 1010001 1001000 11111 101100010 1000100 101001

Color Harmonies of #B12231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12231

Black with #B12231

Text Example


Text Example

White with #B12231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12231; }

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

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

background-color css

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

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

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

border-color css

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

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

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