Html Css Color HEX #B40122 Venetian Red

📋 copy color: '#B40122'

red 180 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #B40122

Tints of Venetian Red #B40122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 83.72%
G = 0.47%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B40122 (or 0xB40122) is known color: Venetian Red. HEX triplet: B4, 01 and 22. RGB value is (180,1,34). Sum of RGB (Red+Green+Blue) = 180+1+34=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B40122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40122 is #4BFEDD. Grayscale: #3A3A3A. Windows color (decimal): -4980446 or 2228660. OLE color: 2228660.

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

Color convert

RGB 180 1 34 -
CMYK 0 0.99 0.81 0.29
HSL 348.94º 0.99% 0.35% -
HSV(B) 348.94º 0.99% 0.71% -
XYZ 19.12 9.84 2.4 -
YUV 58.28 114.3 214.82 -
System Red Green Blue C M Y K H S L
Decimal 180 1 34 0 0.99 0.81 0.29 348.94 0.99 0.35
Hex B4 1 22 0 63 51 1D 15D 63 23
Octal 264 1 42 0 143 121 35 535 143 43
Binary 10110100 1 100010 0 1100011 1010001 11101 101011101 1100011 100011

Color Harmonies of #B40122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40122

Black with #B40122

Text Example


Text Example

White with #B40122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40122; }

 p { color: rgb(180,1,34); }

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

background-color css

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

 a { background-color: rgb(180,1,34); }

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

border-color css

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

 span { border-color: rgb(180,1,34); }

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