Html Css Color HEX #B12333 Cardinal

📋 copy color: '#B12333'

red 177 ◦ green 35 ◦ blue 51

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

Shades of Cardinal #B12333

Tints of Cardinal #B12333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

 BLUE value IS 51 (20.31% from 255) = 19.39%

R = 67.3%
G = 13.31%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B12333 (or 0xB12333) is known color: Cardinal. HEX triplet: B1, 23 and 33. RGB value is (177,35,51). Sum of RGB (Red+Green+Blue) = 177+35+51=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B12333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12333 is #4EDCCC. Grayscale: #4F4F4F. Windows color (decimal): -5168333 or 3351473. OLE color: 3351473.

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

Color convert

RGB 177 35 51 -
CMYK 0 0.80 0.71 0.31
HSL 353.24º 0.67% 0.42% -
HSV(B) 353.24º 0.8% 0.69% -
XYZ 19.33 10.79 4.2 -
YUV 79.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 177 35 51 0 0.80 0.71 0.31 353.24 0.67 0.42
Hex B1 23 33 0 50 47 1F 161 43 2A
Octal 261 43 63 0 120 107 37 541 103 52
Binary 10110001 100011 110011 0 1010000 1000111 11111 101100001 1000011 101010

Color Harmonies of #B12333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12333

Black with #B12333

Text Example


Text Example

White with #B12333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12333; }

 p { color: rgb(177,35,51); }

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

background-color css

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

 a { background-color: rgb(177,35,51); }

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

border-color css

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

 span { border-color: rgb(177,35,51); }

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