#B5282F

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

Shades of Cardinal #B5282F

Tints of Cardinal #B5282F

Color information

#B5282F (or 0xB5282F) is unknown color: approx Cardinal. HEX triplet: B5, 28 and 2F. RGB value is (181,40,47). Sum of RGB (Red+Green+Blue) = 181+40+47=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B5282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5282F is #4AD7D0. Grayscale: #535353. Windows color (decimal): -4904913 or 3090613. OLE color: 3090613.

HSL color Cylindrical-coordinate representation of color #B5282F: hue angle of 357.02º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5282F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1814047-
CMYK00.780.740.29
HSL357.02º63.8%43.33%-
HSV(B)357.02º77.9%70.98%-
XYZ20.3311.553.85-
YUV82.96107.71197.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.54%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=67.54%
G=14.93%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181404700.780.740.29357.0263.843.33
HexB5282F04E4A1D165402b
Octal265505701161123554510053
Binary10110101101000101111010011101001010111011011001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5282F; }

 p { color: rgb(181,40,47); }

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

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

 a { background-color: rgb(181,40,47); }

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

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

 span { border-color: rgb(181,40,47); }

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