#BF0235

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

Shades of Cardinal #BF0235

Tints of Cardinal #BF0235

Color information

#BF0235 (or 0xBF0235) is unknown color: approx Cardinal. HEX triplet: BF, 02 and 35. RGB value is (191,2,53). Sum of RGB (Red+Green+Blue) = 191+2+53=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0235 is #40FDCA. Grayscale: #404040. Windows color (decimal): -4259275 or 3474111. OLE color: 3474111.

HSL color Cylindrical-coordinate representation of color #BF0235: hue angle of 343.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0235 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB191253-
CMYK00.990.720.25
HSL343.81º97.93%37.84%-
HSV(B)343.81º98.95%74.9%-
XYZ22.1511.384.4-
YUV64.32121.62218.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.64%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=77.64%
G=0.81%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19125300.990.720.25343.8197.9337.84
HexBF23506348191586226
Octal27726501431103153014246
Binary1011111110110101011000111001000110011010110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0235; }

 p { color: rgb(191,2,53); }

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

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

 a { background-color: rgb(191,2,53); }

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

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

 span { border-color: rgb(191,2,53); }

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