Html Css Color HEX #B11135 Cardinal

📋 copy color: '#B11135'

red 177 ◦ green 17 ◦ blue 53

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

Shades of Cardinal #B11135

Tints of Cardinal #B11135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

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

R = 71.66%
G = 6.88%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B11135 (or 0xB11135) is known color: Cardinal. HEX triplet: B1, 11 and 35. RGB value is (177,17,53). Sum of RGB (Red+Green+Blue) = 177+17+53=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B11135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11135 is #4EEECA. Grayscale: #444444. Windows color (decimal): -5172939 or 3477937. OLE color: 3477937.

HSL color Cylindrical-coordinate representation of color #B11135: hue angle of 346.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11135 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 53 -
CMYK 0 0.90 0.70 0.31
HSL 346.5º 0.82% 0.38% -
HSV(B) 346.5º 0.9% 0.69% -
XYZ 18.97 10.01 4.3 -
YUV 68.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 177 17 53 0 0.90 0.70 0.31 346.5 0.82 0.38
Hex B1 11 35 0 5A 46 1F 15A 52 26
Octal 261 21 65 0 132 106 37 532 122 46
Binary 10110001 10001 110101 0 1011010 1000110 11111 101011010 1010010 100110

Color Harmonies of #B11135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11135

Black with #B11135

Text Example


Text Example

White with #B11135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11135; }

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

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

background-color css

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

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

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

border-color css

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

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

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