Html Css Color HEX #BF010D Venetian Red

📋 copy color: '#BF010D'

red 191 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #BF010D

Tints of Venetian Red #BF010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.34%

R = 93.17%
G = 0.49%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF010D (or 0xBF010D) is known color: Venetian Red. HEX triplet: BF, 01 and 0D. RGB value is (191,1,13). Sum of RGB (Red+Green+Blue) = 191+1+13=205 (27% of max value = 765). Red value is 191 (75% from 255 or 93.17% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 191 - color contains mainly: red. Hex color #BF010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF010D is #40FEF2. Grayscale: #3B3B3B. Windows color (decimal): -4259571 or 852415. OLE color: 852415.

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

Color convert

RGB 191 1 13 -
CMYK 0 0.99 0.93 0.25
HSL 356.21º 0.99% 0.38% -
HSV(B) 356.21º 0.99% 0.75% -
XYZ 21.57 11.13 1.39 -
YUV 59.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 191 1 13 0 0.99 0.93 0.25 356.21 0.99 0.38
Hex BF 1 D 0 63 5D 19 164 63 26
Octal 277 1 15 0 143 135 31 544 143 46
Binary 10111111 1 1101 0 1100011 1011101 11001 101100100 1100011 100110

Color Harmonies of #BF010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF010D

Black with #BF010D

Text Example


Text Example

White with #BF010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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