Html Css Color HEX #B01C2A Cardinal

📋 copy color: '#B01C2A'

red 176 ◦ green 28 ◦ blue 42

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

Shades of Cardinal #B01C2A

Tints of Cardinal #B01C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 71.54%
G = 11.38%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B01C2A (or 0xB01C2A) is known color: Cardinal. HEX triplet: B0, 1C and 2A. RGB value is (176,28,42). Sum of RGB (Red+Green+Blue) = 176+28+42=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C2A is #4FE3D5. Grayscale: #494949. Windows color (decimal): -5235670 or 2759856. OLE color: 2759856.

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

Color convert

RGB 176 28 42 -
CMYK 0 0.84 0.76 0.31
HSL 354.32º 0.73% 0.4% -
HSV(B) 354.32º 0.84% 0.69% -
XYZ 18.74 10.23 3.18 -
YUV 73.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 176 28 42 0 0.84 0.76 0.31 354.32 0.73 0.4
Hex B0 1C 2A 0 54 4C 1F 162 49 28
Octal 260 34 52 0 124 114 37 542 111 50
Binary 10110000 11100 101010 0 1010100 1001100 11111 101100010 1001001 101000

Color Harmonies of #B01C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C2A

Black with #B01C2A

Text Example


Text Example

White with #B01C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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