Html Css Color HEX #BF0B0D Venetian Red

📋 copy color: '#BF0B0D'

red 191 ◦ green 11 ◦ blue 13

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

Shades of Venetian Red #BF0B0D

Tints of Venetian Red #BF0B0D

RGB

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

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

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

R = 88.84%
G = 5.12%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF0B0D (or 0xBF0B0D) is known color: Venetian Red. HEX triplet: BF, 0B and 0D. RGB value is (191,11,13). Sum of RGB (Red+Green+Blue) = 191+11+13=215 (28% of max value = 765). Red value is 191 (75% from 255 or 88.84% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0B0D is #40F4F2. Grayscale: #414141. Windows color (decimal): -4257011 or 854975. OLE color: 854975.

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

Color convert

RGB 191 11 13 -
CMYK 0 0.94 0.93 0.25
HSL 359.33º 0.89% 0.4% -
HSV(B) 359.33º 0.94% 0.75% -
XYZ 21.68 11.34 1.43 -
YUV 65.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 191 11 13 0 0.94 0.93 0.25 359.33 0.89 0.4
Hex BF B D 0 5E 5D 19 167 59 28
Octal 277 13 15 0 136 135 31 547 131 50
Binary 10111111 1011 1101 0 1011110 1011101 11001 101100111 1011001 101000

Color Harmonies of #BF0B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0B0D

Black with #BF0B0D

Text Example


Text Example

White with #BF0B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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