Html Css Color HEX #BF0204 Venetian Red

📋 copy color: '#BF0204'

red 191 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #BF0204

Tints of Venetian Red #BF0204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.03%

R = 96.95%
G = 1.02%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF0204 (or 0xBF0204) is known color: Venetian Red. HEX triplet: BF, 02 and 04. RGB value is (191,2,4). Sum of RGB (Red+Green+Blue) = 191+2+4=197 (26% of max value = 765). Red value is 191 (75% from 255 or 96.95% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0204 is #40FDFB. Grayscale: #3A3A3A. Windows color (decimal): -4259324 or 262847. OLE color: 262847.

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

Color convert

RGB 191 2 4 -
CMYK 0 0.99 0.98 0.25
HSL 359.37º 0.98% 0.38% -
HSV(B) 359.37º 0.99% 0.75% -
XYZ 21.53 11.13 1.13 -
YUV 58.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 191 2 4 0 0.99 0.98 0.25 359.37 0.98 0.38
Hex BF 2 4 0 63 62 19 167 62 26
Octal 277 2 4 0 143 142 31 547 142 46
Binary 10111111 10 100 0 1100011 1100010 11001 101100111 1100010 100110

Color Harmonies of #BF0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0204

Black with #BF0204

Text Example


Text Example

White with #BF0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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