#bf253c

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

Shades of Cardinal #BF253C

Tints of Cardinal #BF253C

Color information

#BF253C (or 0xBF253C) is unknown color: approx Cardinal. HEX triplet: BF, 25 and 3C. RGB value is (191,37,60). Sum of RGB (Red+Green+Blue) = 191+37+60=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF253C is #40DAC3. Grayscale: #555555. Windows color (decimal): -4250308 or 3941823. OLE color: 3941823.

HSL color Cylindrical-coordinate representation of color #BF253C: hue angle of 351.04º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF253C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1913760-
CMYK00.810.690.25
HSL351.04º67.54%44.71%-
HSV(B)351.04º80.63%74.9%-
XYZ22.9612.735.52-
YUV85.67113.52203.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.32%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=66.32%
G=12.85%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191376000.810.690.25351.0467.5444.71
HexBF253C051451915f442d
Octal277457401211053153710455
Binary10111111100101111100010100011000101110011010111111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf253c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf253c; }

 p { color: rgb(191,37,60); }

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

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

 a { background-color: rgb(191,37,60); }

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

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

 span { border-color: rgb(191,37,60); }

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