Html Css Color HEX #BF061D Venetian Red

📋 copy color: '#BF061D'

red 191 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #BF061D

Tints of Venetian Red #BF061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.83%

R = 84.51%
G = 2.65%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF061D (or 0xBF061D) is known color: Venetian Red. HEX triplet: BF, 06 and 1D. RGB value is (191,6,29). Sum of RGB (Red+Green+Blue) = 191+6+29=226 (29% of max value = 765). Red value is 191 (75% from 255 or 84.51% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 191 - color contains mainly: red. Hex color #BF061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF061D is #40F9E2. Grayscale: #404040. Windows color (decimal): -4258275 or 1902271. OLE color: 1902271.

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

Color convert

RGB 191 6 29 -
CMYK 0 0.97 0.85 0.25
HSL 352.54º 0.94% 0.39% -
HSV(B) 352.54º 0.97% 0.75% -
XYZ 21.77 11.3 2.2 -
YUV 63.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 191 6 29 0 0.97 0.85 0.25 352.54 0.94 0.39
Hex BF 6 1D 0 61 55 19 161 5E 27
Octal 277 6 35 0 141 125 31 541 136 47
Binary 10111111 110 11101 0 1100001 1010101 11001 101100001 1011110 100111

Color Harmonies of #BF061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF061D

Black with #BF061D

Text Example


Text Example

White with #BF061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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