Html Css Color HEX #B40822 Venetian Red

📋 copy color: '#B40822'

red 180 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #B40822

Tints of Venetian Red #B40822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 81.08%
G = 3.6%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B40822 (or 0xB40822) is known color: Venetian Red. HEX triplet: B4, 08 and 22. RGB value is (180,8,34). Sum of RGB (Red+Green+Blue) = 180+8+34=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B40822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40822 is #4BF7DD. Grayscale: #3E3E3E. Windows color (decimal): -4978654 or 2230452. OLE color: 2230452.

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

Color convert

RGB 180 8 34 -
CMYK 0 0.96 0.81 0.29
HSL 350.93º 0.91% 0.37% -
HSV(B) 350.93º 0.96% 0.71% -
XYZ 19.2 9.99 2.43 -
YUV 62.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 180 8 34 0 0.96 0.81 0.29 350.93 0.91 0.37
Hex B4 8 22 0 60 51 1D 15F 5B 25
Octal 264 10 42 0 140 121 35 537 133 45
Binary 10110100 1000 100010 0 1100000 1010001 11101 101011111 1011011 100101

Color Harmonies of #B40822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40822

Black with #B40822

Text Example


Text Example

White with #B40822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40822; }

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

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

background-color css

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

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

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

border-color css

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

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

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