Html Css Color HEX #BF0920 Venetian Red

📋 copy color: '#BF0920'

red 191 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #BF0920

Tints of Venetian Red #BF0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 82.33%
G = 3.88%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF0920 (or 0xBF0920) is known color: Venetian Red. HEX triplet: BF, 09 and 20. RGB value is (191,9,32). Sum of RGB (Red+Green+Blue) = 191+9+32=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0920 is #40F6DF. Grayscale: #424242. Windows color (decimal): -4257504 or 2099647. OLE color: 2099647.

HSL color Cylindrical-coordinate representation of color #BF0920: hue angle of 352.42º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0920 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 9 32 -
CMYK 0 0.95 0.83 0.25
HSL 352.42º 0.91% 0.39% -
HSV(B) 352.42º 0.95% 0.75% -
XYZ 21.84 11.38 2.41 -
YUV 66.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 191 9 32 0 0.95 0.83 0.25 352.42 0.91 0.39
Hex BF 9 20 0 5F 53 19 160 5B 27
Octal 277 11 40 0 137 123 31 540 133 47
Binary 10111111 1001 100000 0 1011111 1010011 11001 101100000 1011011 100111

Color Harmonies of #BF0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0920

Black with #BF0920

Text Example


Text Example

White with #BF0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0920; }

 p { color: rgb(191,9,32); }

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

background-color css

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

 a { background-color: rgb(191,9,32); }

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

border-color css

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

 span { border-color: rgb(191,9,32); }

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