Html Css Color HEX #B30723 Venetian Red

📋 copy color: '#B30723'

red 179 ◦ green 7 ◦ blue 35

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

Shades of Venetian Red #B30723

Tints of Venetian Red #B30723

RGB

 RED value IS 179 (70.31% from 255) = 81%

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

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

R = 81%
G = 3.17%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B30723 (or 0xB30723) is known color: Venetian Red. HEX triplet: B3, 07 and 23. RGB value is (179,7,35). Sum of RGB (Red+Green+Blue) = 179+7+35=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B30723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30723 is #4CF8DC. Grayscale: #3D3D3D. Windows color (decimal): -5044445 or 2295731. OLE color: 2295731.

HSL color Cylindrical-coordinate representation of color #B30723: hue angle of 350.23º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30723 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 35 -
CMYK 0 0.96 0.80 0.30
HSL 350.23º 0.92% 0.36% -
HSV(B) 350.23º 0.96% 0.7% -
XYZ 18.97 9.86 2.49 -
YUV 61.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 179 7 35 0 0.96 0.80 0.30 350.23 0.92 0.36
Hex B3 7 23 0 60 50 1E 15E 5C 24
Octal 263 7 43 0 140 120 36 536 134 44
Binary 10110011 111 100011 0 1100000 1010000 11110 101011110 1011100 100100

Color Harmonies of #B30723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30723

Black with #B30723

Text Example


Text Example

White with #B30723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30723; }

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

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

background-color css

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

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

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

border-color css

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

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

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