Html Css Color HEX #B01E3C Cardinal

📋 copy color: '#B01E3C'

red 176 ◦ green 30 ◦ blue 60

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

Shades of Cardinal #B01E3C

Tints of Cardinal #B01E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 66.17%
G = 11.28%
B = 22.56%

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

#B01E3C (or 0xB01E3C) is known color: Cardinal. HEX triplet: B0, 1E and 3C. RGB value is (176,30,60). Sum of RGB (Red+Green+Blue) = 176+30+60=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01E3C is #4FE1C3. Grayscale: #4D4D4D. Windows color (decimal): -5235140 or 3940016. OLE color: 3940016.

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

Color convert

RGB 176 30 60 -
CMYK 0 0.83 0.66 0.31
HSL 347.67º 0.71% 0.4% -
HSV(B) 347.67º 0.83% 0.69% -
XYZ 19.18 10.48 5.29 -
YUV 77.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 176 30 60 0 0.83 0.66 0.31 347.67 0.71 0.4
Hex B0 1E 3C 0 53 42 1F 15C 47 28
Octal 260 36 74 0 123 102 37 534 107 50
Binary 10110000 11110 111100 0 1010011 1000010 11111 101011100 1000111 101000

Color Harmonies of #B01E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E3C

Black with #B01E3C

Text Example


Text Example

White with #B01E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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