Html Css Color HEX #BF082B Venetian Red

📋 copy color: '#BF082B'

red 191 ◦ green 8 ◦ blue 43

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

Shades of Venetian Red #BF082B

Tints of Venetian Red #BF082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 78.93%
G = 3.31%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF082B (or 0xBF082B) is known color: Venetian Red. HEX triplet: BF, 08 and 2B. RGB value is (191,8,43). Sum of RGB (Red+Green+Blue) = 191+8+43=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF082B is #40F7D4. Grayscale: #424242. Windows color (decimal): -4257749 or 2820287. OLE color: 2820287.

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

Color convert

RGB 191 8 43 -
CMYK 0 0.96 0.77 0.25
HSL 348.52º 0.92% 0.39% -
HSV(B) 348.52º 0.96% 0.75% -
XYZ 22.01 11.42 3.33 -
YUV 66.71 114.63 216.65 -
System Red Green Blue C M Y K H S L
Decimal 191 8 43 0 0.96 0.77 0.25 348.52 0.92 0.39
Hex BF 8 2B 0 60 4D 19 15D 5C 27
Octal 277 10 53 0 140 115 31 535 134 47
Binary 10111111 1000 101011 0 1100000 1001101 11001 101011101 1011100 100111

Color Harmonies of #BF082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF082B

Black with #BF082B

Text Example


Text Example

White with #BF082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF082B; }

 p { color: rgb(191,8,43); }

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

background-color css

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

 a { background-color: rgb(191,8,43); }

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

border-color css

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

 span { border-color: rgb(191,8,43); }

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