Html Css Color HEX #B00E2B Cardinal

📋 copy color: '#B00E2B'

red 176 ◦ green 14 ◦ blue 43

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

Shades of Cardinal #B00E2B

Tints of Cardinal #B00E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 75.54%
G = 6.01%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B00E2B (or 0xB00E2B) is known color: Cardinal. HEX triplet: B0, 0E and 2B. RGB value is (176,14,43). Sum of RGB (Red+Green+Blue) = 176+14+43=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00E2B is #4FF1D4. Grayscale: #414141. Windows color (decimal): -5239253 or 2821808. OLE color: 2821808.

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

Color convert

RGB 176 14 43 -
CMYK 0 0.92 0.76 0.31
HSL 349.26º 0.85% 0.37% -
HSV(B) 349.26º 0.92% 0.69% -
XYZ 18.5 9.72 3.19 -
YUV 65.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 176 14 43 0 0.92 0.76 0.31 349.26 0.85 0.37
Hex B0 E 2B 0 5C 4C 1F 15D 55 25
Octal 260 16 53 0 134 114 37 535 125 45
Binary 10110000 1110 101011 0 1011100 1001100 11111 101011101 1010101 100101

Color Harmonies of #B00E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E2B

Black with #B00E2B

Text Example


Text Example

White with #B00E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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