Html Css Color HEX #B30525 Venetian Red

📋 copy color: '#B30525'

red 179 ◦ green 5 ◦ blue 37

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

Shades of Venetian Red #B30525

Tints of Venetian Red #B30525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 37 (14.84% from 255) = 16.74%

R = 81%
G = 2.26%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B30525 (or 0xB30525) is known color: Venetian Red. HEX triplet: B3, 05 and 25. RGB value is (179,5,37). Sum of RGB (Red+Green+Blue) = 179+5+37=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B30525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30525 is #4CFADA. Grayscale: #3C3C3C. Windows color (decimal): -5044955 or 2426291. OLE color: 2426291.

HSL color Cylindrical-coordinate representation of color #B30525: hue angle of 348.97º degrees, saturation: 0.95, 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 #B30525 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 37 -
CMYK 0 0.97 0.79 0.30
HSL 348.97º 0.95% 0.36% -
HSV(B) 348.97º 0.97% 0.7% -
XYZ 18.98 9.83 2.65 -
YUV 60.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 179 5 37 0 0.97 0.79 0.30 348.97 0.95 0.36
Hex B3 5 25 0 61 4F 1E 15D 5F 24
Octal 263 5 45 0 141 117 36 535 137 44
Binary 10110011 101 100101 0 1100001 1001111 11110 101011101 1011111 100100

Color Harmonies of #B30525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30525

Black with #B30525

Text Example


Text Example

White with #B30525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30525; }

 p { color: rgb(179,5,37); }

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

background-color css

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

 a { background-color: rgb(179,5,37); }

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

border-color css

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

 span { border-color: rgb(179,5,37); }

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