Html Css Color HEX #B01C30 Cardinal

📋 copy color: '#B01C30'

red 176 ◦ green 28 ◦ blue 48

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

Shades of Cardinal #B01C30

Tints of Cardinal #B01C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.05%

R = 69.84%
G = 11.11%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B01C30 (or 0xB01C30) is known color: Cardinal. HEX triplet: B0, 1C and 30. RGB value is (176,28,48). Sum of RGB (Red+Green+Blue) = 176+28+48=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C30 is #4FE3CF. Grayscale: #4A4A4A. Windows color (decimal): -5235664 or 3153072. OLE color: 3153072.

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

Color convert

RGB 176 28 48 -
CMYK 0 0.84 0.73 0.31
HSL 351.89º 0.73% 0.4% -
HSV(B) 351.89º 0.84% 0.69% -
XYZ 18.85 10.27 3.79 -
YUV 74.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 176 28 48 0 0.84 0.73 0.31 351.89 0.73 0.4
Hex B0 1C 30 0 54 49 1F 160 49 28
Octal 260 34 60 0 124 111 37 540 111 50
Binary 10110000 11100 110000 0 1010100 1001001 11111 101100000 1001001 101000

Color Harmonies of #B01C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C30

Black with #B01C30

Text Example


Text Example

White with #B01C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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