#B8033C

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

Shades of Cardinal #B8033C

Tints of Cardinal #B8033C

Color information

#B8033C (or 0xB8033C) is unknown color: approx Cardinal. HEX triplet: B8, 03 and 3C. RGB value is (184,3,60). Sum of RGB (Red+Green+Blue) = 184+3+60=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B8033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8033C is #47FCC3. Grayscale: #3F3F3F. Windows color (decimal): -4717764 or 3933112. OLE color: 3933112.

HSL color Cylindrical-coordinate representation of color #B8033C: hue angle of 341.1º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8033C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB184360-
CMYK00.980.670.28
HSL341.1º96.79%36.67%-
HSV(B)341.1º98.37%72.16%-
XYZ20.6210.585.23-
YUV63.62125.97213.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 74.49%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=74.49%
G=1.21%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18436000.980.670.28341.196.7936.67
HexB833C062431C1556125
Octal27037401421033452514145
Binary1011100011111100011000101000011111001010101011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8033C; }

 p { color: rgb(184,3,60); }

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

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

 a { background-color: rgb(184,3,60); }

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

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

 span { border-color: rgb(184,3,60); }

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