Html Css Color HEX #BF062C Venetian Red

📋 copy color: '#BF062C'

red 191 ◦ green 6 ◦ blue 44

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

Shades of Venetian Red #BF062C

Tints of Venetian Red #BF062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 79.25%
G = 2.49%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF062C (or 0xBF062C) is known color: Venetian Red. HEX triplet: BF, 06 and 2C. RGB value is (191,6,44). Sum of RGB (Red+Green+Blue) = 191+6+44=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF062C is #40F9D3. Grayscale: #414141. Windows color (decimal): -4258260 or 2885311. OLE color: 2885311.

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

Color convert

RGB 191 6 44 -
CMYK 0 0.97 0.77 0.25
HSL 347.68º 0.94% 0.39% -
HSV(B) 347.68º 0.97% 0.75% -
XYZ 22.01 11.39 3.42 -
YUV 65.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 191 6 44 0 0.97 0.77 0.25 347.68 0.94 0.39
Hex BF 6 2C 0 61 4D 19 15C 5E 27
Octal 277 6 54 0 141 115 31 534 136 47
Binary 10111111 110 101100 0 1100001 1001101 11001 101011100 1011110 100111

Color Harmonies of #BF062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF062C

Black with #BF062C

Text Example


Text Example

White with #BF062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF062C; }

 p { color: rgb(191,6,44); }

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

background-color css

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

 a { background-color: rgb(191,6,44); }

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

border-color css

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

 span { border-color: rgb(191,6,44); }

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