#B7283C

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

Shades of Cardinal #B7283C

Tints of Cardinal #B7283C

Color information

#B7283C (or 0xB7283C) is unknown color: approx Cardinal. HEX triplet: B7, 28 and 3C. RGB value is (183,40,60). Sum of RGB (Red+Green+Blue) = 183+40+60=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7283C is #48D7C3. Grayscale: #555555. Windows color (decimal): -4773828 or 3942583. OLE color: 3942583.

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

Color convert

RGB1834060-
CMYK00.780.670.28
HSL351.61º64.13%43.73%-
HSV(B)351.61º78.14%71.76%-
XYZ21.111.915.46-
YUV85.04113.88197.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.66%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=64.66%
G=14.13%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183406000.780.670.28351.6164.1343.73
HexB7283C04E431C160402c
Octal267507401161033454010054
Binary10110111101000111100010011101000011111001011000001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7283C; }

 p { color: rgb(183,40,60); }

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

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

 a { background-color: rgb(183,40,60); }

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

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

 span { border-color: rgb(183,40,60); }

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