Html Css Color HEX #BF0012 Venetian Red

📋 copy color: '#BF0012'

red 191 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #BF0012

Tints of Venetian Red #BF0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.39%
G = 0%
B = 8.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF0012 (or 0xBF0012) is known color: Venetian Red. HEX triplet: BF, 00 and 12. RGB value is (191,0,18). Sum of RGB (Red+Green+Blue) = 191+0+18=209 (27% of max value = 765). Red value is 191 (75% from 255 or 91.39% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0012 is #40FFED. Grayscale: #3B3B3B. Windows color (decimal): -4259822 or 1179839. OLE color: 1179839.

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

Color convert

RGB 191 0 18 -
CMYK 0 1 0.91 0.25
HSL 354.35º 1% 0.37% -
HSV(B) 354.35º 1% 0.75% -
XYZ 21.6 11.12 1.58 -
YUV 59.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 191 0 18 0 1 0.91 0.25 354.35 1 0.37
Hex BF 0 12 0 64 5B 19 162 64 25
Octal 277 0 22 0 144 133 31 542 144 45
Binary 10111111 0 10010 0 1100100 1011011 11001 101100010 1100100 100101

Color Harmonies of #BF0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0012

Black with #BF0012

Text Example


Text Example

White with #BF0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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