Html Css Color HEX #BF060D Venetian Red

📋 copy color: '#BF060D'

red 191 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #BF060D

Tints of Venetian Red #BF060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 90.95%
G = 2.86%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF060D (or 0xBF060D) is known color: Venetian Red. HEX triplet: BF, 06 and 0D. RGB value is (191,6,13). Sum of RGB (Red+Green+Blue) = 191+6+13=210 (27% of max value = 765). Red value is 191 (75% from 255 or 90.95% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 191 - color contains mainly: red. Hex color #BF060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF060D is #40F9F2. Grayscale: #3E3E3E. Windows color (decimal): -4258291 or 853695. OLE color: 853695.

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

Color convert

RGB 191 6 13 -
CMYK 0 0.97 0.93 0.25
HSL 357.73º 0.94% 0.39% -
HSV(B) 357.73º 0.97% 0.75% -
XYZ 21.62 11.24 1.41 -
YUV 62.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 191 6 13 0 0.97 0.93 0.25 357.73 0.94 0.39
Hex BF 6 D 0 61 5D 19 166 5E 27
Octal 277 6 15 0 141 135 31 546 136 47
Binary 10111111 110 1101 0 1100001 1011101 11001 101100110 1011110 100111

Color Harmonies of #BF060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF060D

Black with #BF060D

Text Example


Text Example

White with #BF060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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