Html Css Color HEX #B30623 Venetian Red

📋 copy color: '#B30623'

red 179 ◦ green 6 ◦ blue 35

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

Shades of Venetian Red #B30623

Tints of Venetian Red #B30623

RGB

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

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

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

R = 81.36%
G = 2.73%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B30623 (or 0xB30623) is known color: Venetian Red. HEX triplet: B3, 06 and 23. RGB value is (179,6,35). Sum of RGB (Red+Green+Blue) = 179+6+35=220 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.36% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 179 - color contains mainly: red. Hex color #B30623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30623 is #4CF9DC. Grayscale: #3D3D3D. Windows color (decimal): -5044701 or 2295475. OLE color: 2295475.

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

Color convert

RGB 179 6 35 -
CMYK 0 0.97 0.80 0.30
HSL 349.94º 0.94% 0.36% -
HSV(B) 349.94º 0.97% 0.7% -
XYZ 18.96 9.84 2.49 -
YUV 61.03 113.31 212.14 -
System Red Green Blue C M Y K H S L
Decimal 179 6 35 0 0.97 0.80 0.30 349.94 0.94 0.36
Hex B3 6 23 0 61 50 1E 15E 5E 24
Octal 263 6 43 0 141 120 36 536 136 44
Binary 10110011 110 100011 0 1100001 1010000 11110 101011110 1011110 100100

Color Harmonies of #B30623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30623

Black with #B30623

Text Example


Text Example

White with #B30623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30623; }

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

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

background-color css

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

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

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

border-color css

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

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

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