Html Css Color HEX #B00E3E Cardinal

📋 copy color: '#B00E3E'

red 176 ◦ green 14 ◦ blue 62

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

Shades of Cardinal #B00E3E

Tints of Cardinal #B00E3E

RGB

 RED value IS 176 (69.14% from 255) = 69.84%

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

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 69.84%
G = 5.56%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B00E3E (or 0xB00E3E) is known color: Cardinal. HEX triplet: B0, 0E and 3E. RGB value is (176,14,62). Sum of RGB (Red+Green+Blue) = 176+14+62=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00E3E is #4FF1C1. Grayscale: #434343. Windows color (decimal): -5239234 or 4066992. OLE color: 4066992.

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

Color convert

RGB 176 14 62 -
CMYK 0 0.92 0.65 0.31
HSL 342.22º 0.85% 0.37% -
HSV(B) 342.22º 0.92% 0.69% -
XYZ 18.93 9.89 5.47 -
YUV 67.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 176 14 62 0 0.92 0.65 0.31 342.22 0.85 0.37
Hex B0 E 3E 0 5C 41 1F 156 55 25
Octal 260 16 76 0 134 101 37 526 125 45
Binary 10110000 1110 111110 0 1011100 1000001 11111 101010110 1010101 100101

Color Harmonies of #B00E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E3E

Black with #B00E3E

Text Example


Text Example

White with #B00E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E3E; }

 p { color: rgb(176,14,62); }

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

background-color css

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

 a { background-color: rgb(176,14,62); }

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

border-color css

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

 span { border-color: rgb(176,14,62); }

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