Html Css Color HEX #B10E33 Cardinal

📋 copy color: '#B10E33'

red 177 ◦ green 14 ◦ blue 51

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

Shades of Cardinal #B10E33

Tints of Cardinal #B10E33

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.79%

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

R = 73.14%
G = 5.79%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B10E33 (or 0xB10E33) is known color: Cardinal. HEX triplet: B1, 0E and 33. RGB value is (177,14,51). Sum of RGB (Red+Green+Blue) = 177+14+51=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E33 is #4EF1CC. Grayscale: #424242. Windows color (decimal): -5173709 or 3346097. OLE color: 3346097.

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

Color convert

RGB 177 14 51 -
CMYK 0 0.92 0.71 0.31
HSL 346.38º 0.85% 0.37% -
HSV(B) 346.38º 0.92% 0.69% -
XYZ 18.89 9.9 4.05 -
YUV 66.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 177 14 51 0 0.92 0.71 0.31 346.38 0.85 0.37
Hex B1 E 33 0 5C 47 1F 15A 55 25
Octal 261 16 63 0 134 107 37 532 125 45
Binary 10110001 1110 110011 0 1011100 1000111 11111 101011010 1010101 100101

Color Harmonies of #B10E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E33

Black with #B10E33

Text Example


Text Example

White with #B10E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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