#B01D2B

Color #B01D2B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B01D2B

Tints of Cardinal #B01D2B

Color information

#B01D2B (or 0xB01D2B) is unknown color: approx Cardinal. HEX triplet: B0, 1D and 2B. RGB value is (176,29,43). Sum of RGB (Red+Green+Blue) = 176+29+43=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D2B is #4FE2D4. Grayscale: #4A4A4A. Windows color (decimal): -5235413 or 2825648. OLE color: 2825648.

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

Color convert

RGB1762943-
CMYK00.840.760.31
HSL354.29º71.71%40.2%-
HSV(B)354.29º83.52%69.02%-
XYZ18.7810.283.28-
YUV74.55110.2200.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.97%
GREEN value IS 29 (11.72% from 255) = 11.69%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=70.97%
G=11.69%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176294300.840.760.31354.2971.7140.2
HexB01D2B0544C1F1624828
Octal260355301241143754211050
Binary1011000011101101011010101001001100111111011000101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01D2B; }

 p { color: rgb(176,29,43); }

 H1.HeaderClassName
 {
   color: #B01D2B;
 }
 .AnyTagClassName
 {
   color: #B01D2B;
 }
</style>
background-color css

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

 a { background-color: rgb(176,29,43); }

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

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

 span { border-color: rgb(176,29,43); }

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