Html Css Color HEX #BF0919 Venetian Red

📋 copy color: '#BF0919'

red 191 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #BF0919

Tints of Venetian Red #BF0919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 84.89%
G = 4%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF0919 (or 0xBF0919) is known color: Venetian Red. HEX triplet: BF, 09 and 19. RGB value is (191,9,25). Sum of RGB (Red+Green+Blue) = 191+9+25=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0919 is #40F6E6. Grayscale: #414141. Windows color (decimal): -4257511 or 1640895. OLE color: 1640895.

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

Color convert

RGB 191 9 25 -
CMYK 0 0.95 0.87 0.25
HSL 354.73º 0.91% 0.39% -
HSV(B) 354.73º 0.95% 0.75% -
XYZ 21.76 11.34 1.96 -
YUV 65.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 191 9 25 0 0.95 0.87 0.25 354.73 0.91 0.39
Hex BF 9 19 0 5F 57 19 163 5B 27
Octal 277 11 31 0 137 127 31 543 133 47
Binary 10111111 1001 11001 0 1011111 1010111 11001 101100011 1011011 100111

Color Harmonies of #BF0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0919

Black with #BF0919

Text Example


Text Example

White with #BF0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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