Html Css Color HEX #BF0224 Venetian Red

📋 copy color: '#BF0224'

red 191 ◦ green 2 ◦ blue 36

#BF0224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BF0224

Tints of Venetian Red #BF0224

RGB

 RED value IS 191 (75% from 255) = 83.41%

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 36 (14.45% from 255) = 15.72%

R = 83.41%
G = 0.87%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF0224 (or 0xBF0224) is known color: Venetian Red. HEX triplet: BF, 02 and 24. RGB value is (191,2,36). Sum of RGB (Red+Green+Blue) = 191+2+36=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0224 is #40FDDB. Grayscale: #3E3E3E. Windows color (decimal): -4259292 or 2359999. OLE color: 2359999.

HSL color Cylindrical-coordinate representation of color #BF0224: hue angle of 349.21º 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 #BF0224 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 2 36 -
CMYK 0 0.99 0.81 0.25
HSL 349.21º 0.98% 0.38% -
HSV(B) 349.21º 0.99% 0.75% -
XYZ 21.83 11.25 2.69 -
YUV 62.39 113.12 219.74 -
System Red Green Blue C M Y K H S L
Decimal 191 2 36 0 0.99 0.81 0.25 349.21 0.98 0.38
Hex BF 2 24 0 63 51 19 15D 62 26
Octal 277 2 44 0 143 121 31 535 142 46
Binary 10111111 10 100100 0 1100011 1010001 11001 101011101 1100010 100110

Color Harmonies of #BF0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0224

Black with #BF0224

Text Example


Text Example

White with #BF0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0224; }

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

 H1.HeaderClassName
 {
   color: #BF0224;
 }
 .AnyTagClassName
 {
   color: #BF0224;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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