Html Css Color HEX #B11330 Cardinal

📋 copy color: '#B11330'

red 177 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #B11330

Tints of Cardinal #B11330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 72.54%
G = 7.79%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B11330 (or 0xB11330) is known color: Cardinal. HEX triplet: B1, 13 and 30. RGB value is (177,19,48). Sum of RGB (Red+Green+Blue) = 177+19+48=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B11330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11330 is #4EECCF. Grayscale: #454545. Windows color (decimal): -5172432 or 3150769. OLE color: 3150769.

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

Color convert

RGB 177 19 48 -
CMYK 0 0.89 0.73 0.31
HSL 348.99º 0.81% 0.38% -
HSV(B) 348.99º 0.89% 0.69% -
XYZ 18.9 10.03 3.74 -
YUV 69.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 177 19 48 0 0.89 0.73 0.31 348.99 0.81 0.38
Hex B1 13 30 0 59 49 1F 15D 51 26
Octal 261 23 60 0 131 111 37 535 121 46
Binary 10110001 10011 110000 0 1011001 1001001 11111 101011101 1010001 100110

Color Harmonies of #B11330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11330

Black with #B11330

Text Example


Text Example

White with #B11330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11330; }

 p { color: rgb(177,19,48); }

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

background-color css

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

 a { background-color: rgb(177,19,48); }

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

border-color css

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

 span { border-color: rgb(177,19,48); }

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