Html Css Color HEX #B4022D Venetian Red

📋 copy color: '#B4022D'

red 180 ◦ green 2 ◦ blue 45

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

Shades of Venetian Red #B4022D

Tints of Venetian Red #B4022D

RGB

 RED value IS 180 (70.7% from 255) = 79.3%

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 79.3%
G = 0.88%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4022D (or 0xB4022D) is known color: Venetian Red. HEX triplet: B4, 02 and 2D. RGB value is (180,2,45). Sum of RGB (Red+Green+Blue) = 180+2+45=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B4022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4022D is #4BFDD2. Grayscale: #3C3C3C. Windows color (decimal): -4980179 or 2949812. OLE color: 2949812.

HSL color Cylindrical-coordinate representation of color #B4022D: hue angle of 345.51º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4022D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 45 -
CMYK 0 0.99 0.75 0.29
HSL 345.51º 0.98% 0.36% -
HSV(B) 345.51º 0.99% 0.71% -
XYZ 19.32 9.94 3.38 -
YUV 60.12 119.47 213.5 -
System Red Green Blue C M Y K H S L
Decimal 180 2 45 0 0.99 0.75 0.29 345.51 0.98 0.36
Hex B4 2 2D 0 63 4B 1D 15A 62 24
Octal 264 2 55 0 143 113 35 532 142 44
Binary 10110100 10 101101 0 1100011 1001011 11101 101011010 1100010 100100

Color Harmonies of #B4022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4022D

Black with #B4022D

Text Example


Text Example

White with #B4022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4022D; }

 p { color: rgb(180,2,45); }

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

background-color css

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

 a { background-color: rgb(180,2,45); }

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

border-color css

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

 span { border-color: rgb(180,2,45); }

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