Html Css Color HEX #BF0309 Venetian Red

📋 copy color: '#BF0309'

red 191 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #BF0309

Tints of Venetian Red #BF0309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 9 (3.91% from 255) = 4.43%

R = 94.09%
G = 1.48%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF0309 (or 0xBF0309) is known color: Venetian Red. HEX triplet: BF, 03 and 09. RGB value is (191,3,9). Sum of RGB (Red+Green+Blue) = 191+3+9=203 (26% of max value = 765). Red value is 191 (75% from 255 or 94.09% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0309 is #40FCF6. Grayscale: #3C3C3C. Windows color (decimal): -4259063 or 590783. OLE color: 590783.

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

Color convert

RGB 191 3 9 -
CMYK 0 0.98 0.95 0.25
HSL 358.09º 0.97% 0.38% -
HSV(B) 358.09º 0.98% 0.75% -
XYZ 21.57 11.16 1.28 -
YUV 59.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 191 3 9 0 0.98 0.95 0.25 358.09 0.97 0.38
Hex BF 3 9 0 62 5F 19 166 61 26
Octal 277 3 11 0 142 137 31 546 141 46
Binary 10111111 11 1001 0 1100010 1011111 11001 101100110 1100001 100110

Color Harmonies of #BF0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0309

Black with #BF0309

Text Example


Text Example

White with #BF0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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