#BF2333

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

Shades of Cardinal #BF2333

Tints of Cardinal #BF2333

Color information

#BF2333 (or 0xBF2333) is unknown color: approx Cardinal. HEX triplet: BF, 23 and 33. RGB value is (191,35,51). Sum of RGB (Red+Green+Blue) = 191+35+51=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2333 is #40DCCC. Grayscale: #535353. Windows color (decimal): -4250829 or 3351487. OLE color: 3351487.

HSL color Cylindrical-coordinate representation of color #BF2333: hue angle of 353.85º degrees, saturation: 0.69, 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 #BF2333 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1913551-
CMYK00.820.730.25
HSL353.85º69.03%44.31%-
HSV(B)353.85º81.68%74.9%-
XYZ22.6812.524.35-
YUV83.47109.68204.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=68.95%
G=12.64%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191355100.820.730.25353.8569.0344.31
HexBF23330524919162452c
Octal277436301221113154210554
Binary10111111100011110011010100101001001110011011000101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2333; }

 p { color: rgb(191,35,51); }

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

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

 a { background-color: rgb(191,35,51); }

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

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

 span { border-color: rgb(191,35,51); }

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