Html Css Color HEX #B12033 Cardinal

📋 copy color: '#B12033'

red 177 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #B12033

Tints of Cardinal #B12033

RGB

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

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

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

R = 68.08%
G = 12.31%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B12033 (or 0xB12033) is known color: Cardinal. HEX triplet: B1, 20 and 33. RGB value is (177,32,51). Sum of RGB (Red+Green+Blue) = 177+32+51=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B12033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12033 is #4EDFCC. Grayscale: #4D4D4D. Windows color (decimal): -5169101 or 3350705. OLE color: 3350705.

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

Color convert

RGB 177 32 51 -
CMYK 0 0.82 0.71 0.31
HSL 352.14º 0.69% 0.41% -
HSV(B) 352.14º 0.82% 0.69% -
XYZ 19.25 10.62 4.17 -
YUV 77.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 177 32 51 0 0.82 0.71 0.31 352.14 0.69 0.41
Hex B1 20 33 0 52 47 1F 160 45 29
Octal 261 40 63 0 122 107 37 540 105 51
Binary 10110001 100000 110011 0 1010010 1000111 11111 101100000 1000101 101001

Color Harmonies of #B12033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12033

Black with #B12033

Text Example


Text Example

White with #B12033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12033; }

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

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

background-color css

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

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

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

border-color css

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

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

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