Html Css Color HEX #B11433 Cardinal

📋 copy color: '#B11433'

red 177 ◦ green 20 ◦ blue 51

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

Shades of Cardinal #B11433

Tints of Cardinal #B11433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 71.37%
G = 8.06%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B11433 (or 0xB11433) is known color: Cardinal. HEX triplet: B1, 14 and 33. RGB value is (177,20,51). Sum of RGB (Red+Green+Blue) = 177+20+51=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B11433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11433 is #4EEBCC. Grayscale: #464646. Windows color (decimal): -5172173 or 3347633. OLE color: 3347633.

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

Color convert

RGB 177 20 51 -
CMYK 0 0.89 0.71 0.31
HSL 348.15º 0.8% 0.39% -
HSV(B) 348.15º 0.89% 0.69% -
XYZ 18.98 10.09 4.08 -
YUV 70.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 177 20 51 0 0.89 0.71 0.31 348.15 0.8 0.39
Hex B1 14 33 0 59 47 1F 15C 50 27
Octal 261 24 63 0 131 107 37 534 120 47
Binary 10110001 10100 110011 0 1011001 1000111 11111 101011100 1010000 100111

Color Harmonies of #B11433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11433

Black with #B11433

Text Example


Text Example

White with #B11433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11433; }

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

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

background-color css

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

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

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

border-color css

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

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

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