Html Css Color HEX #B40225 Venetian Red

📋 copy color: '#B40225'

red 180 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #B40225

Tints of Venetian Red #B40225

RGB

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

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

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

R = 82.19%
G = 0.91%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B40225 (or 0xB40225) is known color: Venetian Red. HEX triplet: B4, 02 and 25. RGB value is (180,2,37). Sum of RGB (Red+Green+Blue) = 180+2+37=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B40225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40225 is #4BFDDA. Grayscale: #3B3B3B. Windows color (decimal): -4980187 or 2425524. OLE color: 2425524.

HSL color Cylindrical-coordinate representation of color #B40225: hue angle of 348.2º 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 #B40225 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 37 -
CMYK 0 0.99 0.79 0.29
HSL 348.2º 0.98% 0.36% -
HSV(B) 348.2º 0.99% 0.71% -
XYZ 19.18 9.88 2.65 -
YUV 59.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 180 2 37 0 0.99 0.79 0.29 348.2 0.98 0.36
Hex B4 2 25 0 63 4F 1D 15C 62 24
Octal 264 2 45 0 143 117 35 534 142 44
Binary 10110100 10 100101 0 1100011 1001111 11101 101011100 1100010 100100

Color Harmonies of #B40225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40225

Black with #B40225

Text Example


Text Example

White with #B40225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40225; }

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

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

background-color css

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

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

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

border-color css

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

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

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