Html Css Color HEX #BF0723 Venetian Red

📋 copy color: '#BF0723'

red 191 ◦ green 7 ◦ blue 35

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

Shades of Venetian Red #BF0723

Tints of Venetian Red #BF0723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 81.97%
G = 3%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF0723 (or 0xBF0723) is known color: Venetian Red. HEX triplet: BF, 07 and 23. RGB value is (191,7,35). Sum of RGB (Red+Green+Blue) = 191+7+35=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0723 is #40F8DC. Grayscale: #414141. Windows color (decimal): -4258013 or 2295743. OLE color: 2295743.

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

Color convert

RGB 191 7 35 -
CMYK 0 0.96 0.82 0.25
HSL 350.87º 0.93% 0.39% -
HSV(B) 350.87º 0.96% 0.75% -
XYZ 21.87 11.35 2.63 -
YUV 65.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 191 7 35 0 0.96 0.82 0.25 350.87 0.93 0.39
Hex BF 7 23 0 60 52 19 15F 5D 27
Octal 277 7 43 0 140 122 31 537 135 47
Binary 10111111 111 100011 0 1100000 1010010 11001 101011111 1011101 100111

Color Harmonies of #BF0723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0723

Black with #BF0723

Text Example


Text Example

White with #BF0723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0723; }

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

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

background-color css

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

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

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

border-color css

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

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

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