Html Css Color HEX #B10E34 Cardinal

📋 copy color: '#B10E34'

red 177 ◦ green 14 ◦ blue 52

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

Shades of Cardinal #B10E34

Tints of Cardinal #B10E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 72.84%
G = 5.76%
B = 21.4%

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

#B10E34 (or 0xB10E34) is known color: Cardinal. HEX triplet: B1, 0E and 34. RGB value is (177,14,52). Sum of RGB (Red+Green+Blue) = 177+14+52=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E34 is #4EF1CB. Grayscale: #434343. Windows color (decimal): -5173708 or 3411633. OLE color: 3411633.

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

Color convert

RGB 177 14 52 -
CMYK 0 0.92 0.71 0.31
HSL 346.01º 0.85% 0.37% -
HSV(B) 346.01º 0.92% 0.69% -
XYZ 18.91 9.91 4.16 -
YUV 67.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 177 14 52 0 0.92 0.71 0.31 346.01 0.85 0.37
Hex B1 E 34 0 5C 47 1F 15A 55 25
Octal 261 16 64 0 134 107 37 532 125 45
Binary 10110001 1110 110100 0 1011100 1000111 11111 101011010 1010101 100101

Color Harmonies of #B10E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E34

Black with #B10E34

Text Example


Text Example

White with #B10E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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