Html Css Color HEX #BF030E Venetian Red

📋 copy color: '#BF030E'

red 191 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #BF030E

Tints of Venetian Red #BF030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.73%

R = 91.83%
G = 1.44%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF030E (or 0xBF030E) is known color: Venetian Red. HEX triplet: BF, 03 and 0E. RGB value is (191,3,14). Sum of RGB (Red+Green+Blue) = 191+3+14=208 (27% of max value = 765). Red value is 191 (75% from 255 or 91.83% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 191 - color contains mainly: red. Hex color #BF030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF030E is #40FCF1. Grayscale: #3C3C3C. Windows color (decimal): -4259058 or 918463. OLE color: 918463.

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

Color convert

RGB 191 3 14 -
CMYK 0 0.98 0.93 0.25
HSL 356.49º 0.97% 0.38% -
HSV(B) 356.49º 0.98% 0.75% -
XYZ 21.6 11.17 1.43 -
YUV 60.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 191 3 14 0 0.98 0.93 0.25 356.49 0.97 0.38
Hex BF 3 E 0 62 5D 19 164 61 26
Octal 277 3 16 0 142 135 31 544 141 46
Binary 10111111 11 1110 0 1100010 1011101 11001 101100100 1100001 100110

Color Harmonies of #BF030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF030E

Black with #BF030E

Text Example


Text Example

White with #BF030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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