Html Css Color HEX #BF0B1E Venetian Red

📋 copy color: '#BF0B1E'

red 191 ◦ green 11 ◦ blue 30

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

Shades of Venetian Red #BF0B1E

Tints of Venetian Red #BF0B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.74%

 BLUE value IS 30 (12.11% from 255) = 12.93%

R = 82.33%
G = 4.74%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF0B1E (or 0xBF0B1E) is known color: Venetian Red. HEX triplet: BF, 0B and 1E. RGB value is (191,11,30). Sum of RGB (Red+Green+Blue) = 191+11+30=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B1E is #40F4E1. Grayscale: #434343. Windows color (decimal): -4256994 or 1969087. OLE color: 1969087.

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

Color convert

RGB 191 11 30 -
CMYK 0 0.94 0.84 0.25
HSL 353.67º 0.89% 0.4% -
HSV(B) 353.67º 0.94% 0.75% -
XYZ 21.84 11.41 2.28 -
YUV 66.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 191 11 30 0 0.94 0.84 0.25 353.67 0.89 0.4
Hex BF B 1E 0 5E 54 19 162 59 28
Octal 277 13 36 0 136 124 31 542 131 50
Binary 10111111 1011 11110 0 1011110 1010100 11001 101100010 1011001 101000

Color Harmonies of #BF0B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0B1E

Black with #BF0B1E

Text Example


Text Example

White with #BF0B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0B1E; }

 p { color: rgb(191,11,30); }

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

background-color css

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

 a { background-color: rgb(191,11,30); }

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

border-color css

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

 span { border-color: rgb(191,11,30); }

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