Html Css Color HEX #BF082A Venetian Red

📋 copy color: '#BF082A'

red 191 ◦ green 8 ◦ blue 42

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

Shades of Venetian Red #BF082A

Tints of Venetian Red #BF082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 79.25%
G = 3.32%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF082A (or 0xBF082A) is known color: Venetian Red. HEX triplet: BF, 08 and 2A. RGB value is (191,8,42). Sum of RGB (Red+Green+Blue) = 191+8+42=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF082A is #40F7D5. Grayscale: #424242. Windows color (decimal): -4257750 or 2754751. OLE color: 2754751.

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

Color convert

RGB 191 8 42 -
CMYK 0 0.96 0.78 0.25
HSL 348.85º 0.92% 0.39% -
HSV(B) 348.85º 0.96% 0.75% -
XYZ 21.99 11.42 3.24 -
YUV 66.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 191 8 42 0 0.96 0.78 0.25 348.85 0.92 0.39
Hex BF 8 2A 0 60 4E 19 15D 5C 27
Octal 277 10 52 0 140 116 31 535 134 47
Binary 10111111 1000 101010 0 1100000 1001110 11001 101011101 1011100 100111

Color Harmonies of #BF082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF082A

Black with #BF082A

Text Example


Text Example

White with #BF082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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