Html Css Color HEX #B11035 Cardinal

📋 copy color: '#B11035'

red 177 ◦ green 16 ◦ blue 53

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

Shades of Cardinal #B11035

Tints of Cardinal #B11035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 71.95%
G = 6.5%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B11035 (or 0xB11035) is known color: Cardinal. HEX triplet: B1, 10 and 35. RGB value is (177,16,53). Sum of RGB (Red+Green+Blue) = 177+16+53=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B11035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11035 is #4EEFCA. Grayscale: #444444. Windows color (decimal): -5173195 or 3477681. OLE color: 3477681.

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

Color convert

RGB 177 16 53 -
CMYK 0 0.91 0.70 0.31
HSL 346.21º 0.83% 0.38% -
HSV(B) 346.21º 0.91% 0.69% -
XYZ 18.96 9.97 4.29 -
YUV 68.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 177 16 53 0 0.91 0.70 0.31 346.21 0.83 0.38
Hex B1 10 35 0 5B 46 1F 15A 53 26
Octal 261 20 65 0 133 106 37 532 123 46
Binary 10110001 10000 110101 0 1011011 1000110 11111 101011010 1010011 100110

Color Harmonies of #B11035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11035

Black with #B11035

Text Example


Text Example

White with #B11035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11035; }

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

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

background-color css

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

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

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

border-color css

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

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

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