Html Css Color HEX #BF0112 Venetian Red

📋 copy color: '#BF0112'

red 191 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #BF0112

Tints of Venetian Red #BF0112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 90.95%
G = 0.48%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF0112 (or 0xBF0112) is known color: Venetian Red. HEX triplet: BF, 01 and 12. RGB value is (191,1,18). Sum of RGB (Red+Green+Blue) = 191+1+18=210 (27% of max value = 765). Red value is 191 (75% from 255 or 90.95% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0112 is #40FEED. Grayscale: #3B3B3B. Windows color (decimal): -4259566 or 1180095. OLE color: 1180095.

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

Color convert

RGB 191 1 18 -
CMYK 0 0.99 0.91 0.25
HSL 354.63º 0.99% 0.38% -
HSV(B) 354.63º 0.99% 0.75% -
XYZ 21.61 11.14 1.58 -
YUV 59.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 191 1 18 0 0.99 0.91 0.25 354.63 0.99 0.38
Hex BF 1 12 0 63 5B 19 163 63 26
Octal 277 1 22 0 143 133 31 543 143 46
Binary 10111111 1 10010 0 1100011 1011011 11001 101100011 1100011 100110

Color Harmonies of #BF0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0112

Black with #BF0112

Text Example


Text Example

White with #BF0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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