Html Css Color HEX #B11033 Cardinal

📋 copy color: '#B11033'

red 177 ◦ green 16 ◦ blue 51

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

Shades of Cardinal #B11033

Tints of Cardinal #B11033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 72.54%
G = 6.56%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B11033 (or 0xB11033) is known color: Cardinal. HEX triplet: B1, 10 and 33. RGB value is (177,16,51). Sum of RGB (Red+Green+Blue) = 177+16+51=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B11033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11033 is #4EEFCC. Grayscale: #444444. Windows color (decimal): -5173197 or 3346609. OLE color: 3346609.

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

Color convert

RGB 177 16 51 -
CMYK 0 0.91 0.71 0.31
HSL 346.96º 0.83% 0.38% -
HSV(B) 346.96º 0.91% 0.69% -
XYZ 18.91 9.96 4.06 -
YUV 68.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 177 16 51 0 0.91 0.71 0.31 346.96 0.83 0.38
Hex B1 10 33 0 5B 47 1F 15B 53 26
Octal 261 20 63 0 133 107 37 533 123 46
Binary 10110001 10000 110011 0 1011011 1000111 11111 101011011 1010011 100110

Color Harmonies of #B11033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11033

Black with #B11033

Text Example


Text Example

White with #B11033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11033; }

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

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

background-color css

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

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

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

border-color css

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

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

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