Html Css Color HEX #B01E3B Cardinal

📋 copy color: '#B01E3B'

red 176 ◦ green 30 ◦ blue 59

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

Shades of Cardinal #B01E3B

Tints of Cardinal #B01E3B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.32%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 66.42%
G = 11.32%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B01E3B (or 0xB01E3B) is known color: Cardinal. HEX triplet: B0, 1E and 3B. RGB value is (176,30,59). Sum of RGB (Red+Green+Blue) = 176+30+59=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01E3B is #4FE1C4. Grayscale: #4C4C4C. Windows color (decimal): -5235141 or 3874480. OLE color: 3874480.

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

Color convert

RGB 176 30 59 -
CMYK 0 0.83 0.66 0.31
HSL 348.08º 0.71% 0.4% -
HSV(B) 348.08º 0.83% 0.69% -
XYZ 19.16 10.47 5.15 -
YUV 76.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 176 30 59 0 0.83 0.66 0.31 348.08 0.71 0.4
Hex B0 1E 3B 0 53 42 1F 15C 47 28
Octal 260 36 73 0 123 102 37 534 107 50
Binary 10110000 11110 111011 0 1010011 1000010 11111 101011100 1000111 101000

Color Harmonies of #B01E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E3B

Black with #B01E3B

Text Example


Text Example

White with #B01E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E3B; }

 p { color: rgb(176,30,59); }

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

background-color css

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

 a { background-color: rgb(176,30,59); }

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

border-color css

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

 span { border-color: rgb(176,30,59); }

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