Html Css Color HEX #BF090D Venetian Red

📋 copy color: '#BF090D'

red 191 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #BF090D

Tints of Venetian Red #BF090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

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

R = 89.67%
G = 4.23%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF090D (or 0xBF090D) is known color: Venetian Red. HEX triplet: BF, 09 and 0D. RGB value is (191,9,13). Sum of RGB (Red+Green+Blue) = 191+9+13=213 (28% of max value = 765). Red value is 191 (75% from 255 or 89.67% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 191 - color contains mainly: red. Hex color #BF090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF090D is #40F6F2. Grayscale: #404040. Windows color (decimal): -4257523 or 854463. OLE color: 854463.

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

Color convert

RGB 191 9 13 -
CMYK 0 0.95 0.93 0.25
HSL 358.68º 0.91% 0.39% -
HSV(B) 358.68º 0.95% 0.75% -
XYZ 21.66 11.3 1.42 -
YUV 63.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 191 9 13 0 0.95 0.93 0.25 358.68 0.91 0.39
Hex BF 9 D 0 5F 5D 19 167 5B 27
Octal 277 11 15 0 137 135 31 547 133 47
Binary 10111111 1001 1101 0 1011111 1011101 11001 101100111 1011011 100111

Color Harmonies of #BF090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF090D

Black with #BF090D

Text Example


Text Example

White with #BF090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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