Html Css Color HEX #B40825 Venetian Red

📋 copy color: '#B40825'

red 180 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #B40825

Tints of Venetian Red #B40825

RGB

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

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

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

R = 80%
G = 3.56%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B40825 (or 0xB40825) is known color: Venetian Red. HEX triplet: B4, 08 and 25. RGB value is (180,8,37). Sum of RGB (Red+Green+Blue) = 180+8+37=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B40825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40825 is #4BF7DA. Grayscale: #3E3E3E. Windows color (decimal): -4978651 or 2427060. OLE color: 2427060.

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

Color convert

RGB 180 8 37 -
CMYK 0 0.96 0.79 0.29
HSL 349.88º 0.91% 0.37% -
HSV(B) 349.88º 0.96% 0.71% -
XYZ 19.24 10.01 2.67 -
YUV 62.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 180 8 37 0 0.96 0.79 0.29 349.88 0.91 0.37
Hex B4 8 25 0 60 4F 1D 15E 5B 25
Octal 264 10 45 0 140 117 35 536 133 45
Binary 10110100 1000 100101 0 1100000 1001111 11101 101011110 1011011 100101

Color Harmonies of #B40825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40825

Black with #B40825

Text Example


Text Example

White with #B40825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40825; }

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

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

background-color css

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

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

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

border-color css

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

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

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