Html Css Color HEX #BF111D Venetian Red

📋 copy color: '#BF111D'

red 191 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #BF111D

Tints of Venetian Red #BF111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

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

R = 80.59%
G = 7.17%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF111D (or 0xBF111D) is known color: Venetian Red. HEX triplet: BF, 11 and 1D. RGB value is (191,17,29). Sum of RGB (Red+Green+Blue) = 191+17+29=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF111D is #40EEE2. Grayscale: #464646. Windows color (decimal): -4255459 or 1905087. OLE color: 1905087.

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

Color convert

RGB 191 17 29 -
CMYK 0 0.91 0.85 0.25
HSL 355.86º 0.84% 0.41% -
HSV(B) 355.86º 0.91% 0.75% -
XYZ 21.91 11.57 2.24 -
YUV 70.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 191 17 29 0 0.91 0.85 0.25 355.86 0.84 0.41
Hex BF 11 1D 0 5B 55 19 164 54 29
Octal 277 21 35 0 133 125 31 544 124 51
Binary 10111111 10001 11101 0 1011011 1010101 11001 101100100 1010100 101001

Color Harmonies of #BF111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF111D

Black with #BF111D

Text Example


Text Example

White with #BF111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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