#BF2230

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

Shades of Cardinal #BF2230

Tints of Cardinal #BF2230

Color information

#BF2230 (or 0xBF2230) is unknown color: approx Cardinal. HEX triplet: BF, 22 and 30. RGB value is (191,34,48). Sum of RGB (Red+Green+Blue) = 191+34+48=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2230 is #40DDCF. Grayscale: #525252. Windows color (decimal): -4251088 or 3154623. OLE color: 3154623.

HSL color Cylindrical-coordinate representation of color #BF2230: hue angle of 354.65º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2230 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1913448-
CMYK00.820.750.25
HSL354.65º69.78%44.12%-
HSV(B)354.65º82.2%74.9%-
XYZ22.5912.434.01-
YUV82.54108.51205.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.96%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=69.96%
G=12.45%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191344800.820.750.25354.6569.7844.12
HexBF22300524B19163462c
Octal277426001221133154310654
Binary10111111100010110000010100101001011110011011000111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2230; }

 p { color: rgb(191,34,48); }

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

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

 a { background-color: rgb(191,34,48); }

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

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

 span { border-color: rgb(191,34,48); }

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