#B01A3F

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

Shades of Cardinal #B01A3F

Tints of Cardinal #B01A3F

Color information

#B01A3F (or 0xB01A3F) is unknown color: approx Cardinal. HEX triplet: B0, 1A and 3F. RGB value is (176,26,63). Sum of RGB (Red+Green+Blue) = 176+26+63=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A3F is #4FE5C0. Grayscale: #4B4B4B. Windows color (decimal): -5236161 or 4135600. OLE color: 4135600.

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

Color convert

RGB1762663-
CMYK00.850.640.31
HSL345.2º74.26%39.61%-
HSV(B)345.2º85.23%69.02%-
XYZ19.1710.335.69-
YUV75.07121.2199.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.42%
GREEN value IS 26 (10.55% from 255) = 9.81%
BLUE value IS 63 (25% from 255) = 23.77%
R=66.42%
G=9.81%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176266300.850.640.31345.274.2639.61
HexB01A3F055401F1594a28
Octal260327701251003753111250
Binary1011000011010111111010101011000000111111010110011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A3F; }

 p { color: rgb(176,26,63); }

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

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

 a { background-color: rgb(176,26,63); }

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

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

 span { border-color: rgb(176,26,63); }

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