Html Css Color HEX #BF032D Venetian Red

📋 copy color: '#BF032D'

red 191 ◦ green 3 ◦ blue 45

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

Shades of Venetian Red #BF032D

Tints of Venetian Red #BF032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 79.92%
G = 1.26%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF032D (or 0xBF032D) is known color: Venetian Red. HEX triplet: BF, 03 and 2D. RGB value is (191,3,45). Sum of RGB (Red+Green+Blue) = 191+3+45=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF032D is #40FCD2. Grayscale: #404040. Windows color (decimal): -4259027 or 2950079. OLE color: 2950079.

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

Color convert

RGB 191 3 45 -
CMYK 0 0.98 0.76 0.25
HSL 346.6º 0.97% 0.38% -
HSV(B) 346.6º 0.98% 0.75% -
XYZ 21.99 11.33 3.51 -
YUV 64 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 191 3 45 0 0.98 0.76 0.25 346.6 0.97 0.38
Hex BF 3 2D 0 62 4C 19 15B 61 26
Octal 277 3 55 0 142 114 31 533 141 46
Binary 10111111 11 101101 0 1100010 1001100 11001 101011011 1100001 100110

Color Harmonies of #BF032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF032D

Black with #BF032D

Text Example


Text Example

White with #BF032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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