Html Css Color HEX #B01C2C Cardinal

📋 copy color: '#B01C2C'

red 176 ◦ green 28 ◦ blue 44

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

Shades of Cardinal #B01C2C

Tints of Cardinal #B01C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 70.97%
G = 11.29%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B01C2C (or 0xB01C2C) is known color: Cardinal. HEX triplet: B0, 1C and 2C. RGB value is (176,28,44). Sum of RGB (Red+Green+Blue) = 176+28+44=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C2C is #4FE3D3. Grayscale: #4A4A4A. Windows color (decimal): -5235668 or 2890928. OLE color: 2890928.

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

Color convert

RGB 176 28 44 -
CMYK 0 0.84 0.75 0.31
HSL 353.51º 0.73% 0.4% -
HSV(B) 353.51º 0.84% 0.69% -
XYZ 18.77 10.24 3.37 -
YUV 74.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 176 28 44 0 0.84 0.75 0.31 353.51 0.73 0.4
Hex B0 1C 2C 0 54 4B 1F 162 49 28
Octal 260 34 54 0 124 113 37 542 111 50
Binary 10110000 11100 101100 0 1010100 1001011 11111 101100010 1001001 101000

Color Harmonies of #B01C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C2C

Black with #B01C2C

Text Example


Text Example

White with #B01C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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