Html Css Color HEX #B01C3C Cardinal

📋 copy color: '#B01C3C'

red 176 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #B01C3C

Tints of Cardinal #B01C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.61%

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

R = 66.67%
G = 10.61%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B01C3C (or 0xB01C3C) is known color: Cardinal. HEX triplet: B0, 1C and 3C. RGB value is (176,28,60). Sum of RGB (Red+Green+Blue) = 176+28+60=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C3C is #4FE3C3. Grayscale: #4B4B4B. Windows color (decimal): -5235652 or 3939504. OLE color: 3939504.

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

Color convert

RGB 176 28 60 -
CMYK 0 0.84 0.66 0.31
HSL 347.03º 0.73% 0.4% -
HSV(B) 347.03º 0.84% 0.69% -
XYZ 19.14 10.39 5.27 -
YUV 75.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 176 28 60 0 0.84 0.66 0.31 347.03 0.73 0.4
Hex B0 1C 3C 0 54 42 1F 15B 49 28
Octal 260 34 74 0 124 102 37 533 111 50
Binary 10110000 11100 111100 0 1010100 1000010 11111 101011011 1001001 101000

Color Harmonies of #B01C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C3C

Black with #B01C3C

Text Example


Text Example

White with #B01C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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