Html Css Color HEX #BF0818 Venetian Red

📋 copy color: '#BF0818'

red 191 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #BF0818

Tints of Venetian Red #BF0818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.76%

R = 85.65%
G = 3.59%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF0818 (or 0xBF0818) is known color: Venetian Red. HEX triplet: BF, 08 and 18. RGB value is (191,8,24). Sum of RGB (Red+Green+Blue) = 191+8+24=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0818 is #40F7E7. Grayscale: #404040. Windows color (decimal): -4257768 or 1575103. OLE color: 1575103.

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

Color convert

RGB 191 8 24 -
CMYK 0 0.96 0.87 0.25
HSL 354.75º 0.92% 0.39% -
HSV(B) 354.75º 0.96% 0.75% -
XYZ 21.74 11.32 1.9 -
YUV 64.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 191 8 24 0 0.96 0.87 0.25 354.75 0.92 0.39
Hex BF 8 18 0 60 57 19 163 5C 27
Octal 277 10 30 0 140 127 31 543 134 47
Binary 10111111 1000 11000 0 1100000 1010111 11001 101100011 1011100 100111

Color Harmonies of #BF0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0818

Black with #BF0818

Text Example


Text Example

White with #BF0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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