Html Css Color HEX #B40725 Venetian Red

📋 copy color: '#B40725'

red 180 ◦ green 7 ◦ blue 37

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

Shades of Venetian Red #B40725

Tints of Venetian Red #B40725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 80.36%
G = 3.13%
B = 16.52%

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

#B40725 (or 0xB40725) is known color: Venetian Red. HEX triplet: B4, 07 and 25. RGB value is (180,7,37). Sum of RGB (Red+Green+Blue) = 180+7+37=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B40725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40725 is #4BF8DA. Grayscale: #3E3E3E. Windows color (decimal): -4978907 or 2426804. OLE color: 2426804.

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

Color convert

RGB 180 7 37 -
CMYK 0 0.96 0.79 0.29
HSL 349.6º 0.93% 0.37% -
HSV(B) 349.6º 0.96% 0.71% -
XYZ 19.23 9.99 2.66 -
YUV 62.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 180 7 37 0 0.96 0.79 0.29 349.6 0.93 0.37
Hex B4 7 25 0 60 4F 1D 15E 5D 25
Octal 264 7 45 0 140 117 35 536 135 45
Binary 10110100 111 100101 0 1100000 1001111 11101 101011110 1011101 100101

Color Harmonies of #B40725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40725

Black with #B40725

Text Example


Text Example

White with #B40725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40725; }

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

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

background-color css

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

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

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

border-color css

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

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

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