Html Css Color HEX #BF081E Venetian Red

📋 copy color: '#BF081E'

red 191 ◦ green 8 ◦ blue 30

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

Shades of Venetian Red #BF081E

Tints of Venetian Red #BF081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 83.41%
G = 3.49%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF081E (or 0xBF081E) is known color: Venetian Red. HEX triplet: BF, 08 and 1E. RGB value is (191,8,30). Sum of RGB (Red+Green+Blue) = 191+8+30=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF081E is #40F7E1. Grayscale: #414141. Windows color (decimal): -4257762 or 1968319. OLE color: 1968319.

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

Color convert

RGB 191 8 30 -
CMYK 0 0.96 0.84 0.25
HSL 352.79º 0.92% 0.39% -
HSV(B) 352.79º 0.96% 0.75% -
XYZ 21.81 11.34 2.27 -
YUV 65.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 191 8 30 0 0.96 0.84 0.25 352.79 0.92 0.39
Hex BF 8 1E 0 60 54 19 161 5C 27
Octal 277 10 36 0 140 124 31 541 134 47
Binary 10111111 1000 11110 0 1100000 1010100 11001 101100001 1011100 100111

Color Harmonies of #BF081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF081E

Black with #BF081E

Text Example


Text Example

White with #BF081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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