Html Css Color HEX #BF0829 Venetian Red

📋 copy color: '#BF0829'

red 191 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #BF0829

Tints of Venetian Red #BF0829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 79.58%
G = 3.33%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF0829 (or 0xBF0829) is known color: Venetian Red. HEX triplet: BF, 08 and 29. RGB value is (191,8,41). Sum of RGB (Red+Green+Blue) = 191+8+41=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0829 is #40F7D6. Grayscale: #424242. Windows color (decimal): -4257751 or 2689215. OLE color: 2689215.

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

Color convert

RGB 191 8 41 -
CMYK 0 0.96 0.79 0.25
HSL 349.18º 0.92% 0.39% -
HSV(B) 349.18º 0.96% 0.75% -
XYZ 21.97 11.41 3.14 -
YUV 66.48 113.63 216.82 -
System Red Green Blue C M Y K H S L
Decimal 191 8 41 0 0.96 0.79 0.25 349.18 0.92 0.39
Hex BF 8 29 0 60 4F 19 15D 5C 27
Octal 277 10 51 0 140 117 31 535 134 47
Binary 10111111 1000 101001 0 1100000 1001111 11001 101011101 1011100 100111

Color Harmonies of #BF0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0829

Black with #BF0829

Text Example


Text Example

White with #BF0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0829; }

 p { color: rgb(191,8,41); }

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

background-color css

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

 a { background-color: rgb(191,8,41); }

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

border-color css

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

 span { border-color: rgb(191,8,41); }

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