Html Css Color HEX #BF030D Venetian Red

📋 copy color: '#BF030D'

red 191 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #BF030D

Tints of Venetian Red #BF030D

RGB

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

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

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

R = 92.27%
G = 1.45%
B = 6.28%

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

#BF030D (or 0xBF030D) is known color: Venetian Red. HEX triplet: BF, 03 and 0D. RGB value is (191,3,13). Sum of RGB (Red+Green+Blue) = 191+3+13=207 (27% of max value = 765). Red value is 191 (75% from 255 or 92.27% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 191 - color contains mainly: red. Hex color #BF030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF030D is #40FCF2. Grayscale: #3C3C3C. Windows color (decimal): -4259059 or 852927. OLE color: 852927.

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

Color convert

RGB 191 3 13 -
CMYK 0 0.98 0.93 0.25
HSL 356.81º 0.97% 0.38% -
HSV(B) 356.81º 0.98% 0.75% -
XYZ 21.59 11.17 1.4 -
YUV 60.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 191 3 13 0 0.98 0.93 0.25 356.81 0.97 0.38
Hex BF 3 D 0 62 5D 19 165 61 26
Octal 277 3 15 0 142 135 31 545 141 46
Binary 10111111 11 1101 0 1100010 1011101 11001 101100101 1100001 100110

Color Harmonies of #BF030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF030D

Black with #BF030D

Text Example


Text Example

White with #BF030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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