Html Css Color HEX #B30422 Venetian Red

📋 copy color: '#B30422'

red 179 ◦ green 4 ◦ blue 34

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

Shades of Venetian Red #B30422

Tints of Venetian Red #B30422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 34 (13.67% from 255) = 15.67%

R = 82.49%
G = 1.84%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B30422 (or 0xB30422) is known color: Venetian Red. HEX triplet: B3, 04 and 22. RGB value is (179,4,34). Sum of RGB (Red+Green+Blue) = 179+4+34=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B30422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30422 is #4CFBDD. Grayscale: #3B3B3B. Windows color (decimal): -5045214 or 2229427. OLE color: 2229427.

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

Color convert

RGB 179 4 34 -
CMYK 0 0.98 0.81 0.30
HSL 349.71º 0.96% 0.36% -
HSV(B) 349.71º 0.98% 0.7% -
XYZ 18.92 9.79 2.4 -
YUV 59.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 179 4 34 0 0.98 0.81 0.30 349.71 0.96 0.36
Hex B3 4 22 0 62 51 1E 15E 60 24
Octal 263 4 42 0 142 121 36 536 140 44
Binary 10110011 100 100010 0 1100010 1010001 11110 101011110 1100000 100100

Color Harmonies of #B30422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30422

Black with #B30422

Text Example


Text Example

White with #B30422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30422; }

 p { color: rgb(179,4,34); }

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

background-color css

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

 a { background-color: rgb(179,4,34); }

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

border-color css

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

 span { border-color: rgb(179,4,34); }

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