Html Css Color HEX #BF070C Venetian Red

📋 copy color: '#BF070C'

red 191 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #BF070C

Tints of Venetian Red #BF070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 90.95%
G = 3.33%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF070C (or 0xBF070C) is known color: Venetian Red. HEX triplet: BF, 07 and 0C. RGB value is (191,7,12). Sum of RGB (Red+Green+Blue) = 191+7+12=210 (27% of max value = 765). Red value is 191 (75% from 255 or 90.95% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 191 - color contains mainly: red. Hex color #BF070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF070C is #40F8F3. Grayscale: #3E3E3E. Windows color (decimal): -4258036 or 788415. OLE color: 788415.

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

Color convert

RGB 191 7 12 -
CMYK 0 0.96 0.94 0.25
HSL 358.37º 0.93% 0.39% -
HSV(B) 358.37º 0.96% 0.75% -
XYZ 21.63 11.25 1.38 -
YUV 62.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 191 7 12 0 0.96 0.94 0.25 358.37 0.93 0.39
Hex BF 7 C 0 60 5E 19 166 5D 27
Octal 277 7 14 0 140 136 31 546 135 47
Binary 10111111 111 1100 0 1100000 1011110 11001 101100110 1011101 100111

Color Harmonies of #BF070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF070C

Black with #BF070C

Text Example


Text Example

White with #BF070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF070C; }

 p { color: rgb(191,7,12); }

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

background-color css

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

 a { background-color: rgb(191,7,12); }

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

border-color css

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

 span { border-color: rgb(191,7,12); }

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