Html Css Color HEX #BF0512 Venetian Red

📋 copy color: '#BF0512'

red 191 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #BF0512

Tints of Venetian Red #BF0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 89.25%
G = 2.34%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF0512 (or 0xBF0512) is known color: Venetian Red. HEX triplet: BF, 05 and 12. RGB value is (191,5,18). Sum of RGB (Red+Green+Blue) = 191+5+18=214 (28% of max value = 765). Red value is 191 (75% from 255 or 89.25% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0512 is #40FAED. Grayscale: #3E3E3E. Windows color (decimal): -4258542 or 1181119. OLE color: 1181119.

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

Color convert

RGB 191 5 18 -
CMYK 0 0.97 0.91 0.25
HSL 355.81º 0.95% 0.38% -
HSV(B) 355.81º 0.97% 0.75% -
XYZ 21.65 11.23 1.6 -
YUV 62.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 191 5 18 0 0.97 0.91 0.25 355.81 0.95 0.38
Hex BF 5 12 0 61 5B 19 164 5F 26
Octal 277 5 22 0 141 133 31 544 137 46
Binary 10111111 101 10010 0 1100001 1011011 11001 101100100 1011111 100110

Color Harmonies of #BF0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0512

Black with #BF0512

Text Example


Text Example

White with #BF0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0512; }

 p { color: rgb(191,5,18); }

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

background-color css

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

 a { background-color: rgb(191,5,18); }

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

border-color css

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

 span { border-color: rgb(191,5,18); }

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