Html Css Color HEX #BF0613 Venetian Red

📋 copy color: '#BF0613'

red 191 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #BF0613

Tints of Venetian Red #BF0613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 88.43%
G = 2.78%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF0613 (or 0xBF0613) is known color: Venetian Red. HEX triplet: BF, 06 and 13. RGB value is (191,6,19). Sum of RGB (Red+Green+Blue) = 191+6+19=216 (28% of max value = 765). Red value is 191 (75% from 255 or 88.43% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0613 is #40F9EC. Grayscale: #3E3E3E. Windows color (decimal): -4258285 or 1246911. OLE color: 1246911.

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

Color convert

RGB 191 6 19 -
CMYK 0 0.97 0.90 0.25
HSL 355.78º 0.94% 0.39% -
HSV(B) 355.78º 0.97% 0.75% -
XYZ 21.67 11.25 1.65 -
YUV 62.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 191 6 19 0 0.97 0.90 0.25 355.78 0.94 0.39
Hex BF 6 13 0 61 5A 19 164 5E 27
Octal 277 6 23 0 141 132 31 544 136 47
Binary 10111111 110 10011 0 1100001 1011010 11001 101100100 1011110 100111

Color Harmonies of #BF0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0613

Black with #BF0613

Text Example


Text Example

White with #BF0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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