Html Css Color HEX #B80425 Venetian Red

📋 copy color: '#B80425'

red 184 ◦ green 4 ◦ blue 37

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

Shades of Venetian Red #B80425

Tints of Venetian Red #B80425

RGB

 RED value IS 184 (72.27% from 255) = 81.78%

 GREEN value IS 4 (1.95% from 255) = 1.78%

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

R = 81.78%
G = 1.78%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B80425 (or 0xB80425) is known color: Venetian Red. HEX triplet: B8, 04 and 25. RGB value is (184,4,37). Sum of RGB (Red+Green+Blue) = 184+4+37=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B80425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80425 is #47FBDA. Grayscale: #3D3D3D. Windows color (decimal): -4717531 or 2426040. OLE color: 2426040.

HSL color Cylindrical-coordinate representation of color #B80425: hue angle of 349º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80425 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 37 -
CMYK 0 0.98 0.80 0.28
HSL 349º 0.96% 0.37% -
HSV(B) 349º 0.98% 0.72% -
XYZ 20.14 10.41 2.7 -
YUV 61.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 184 4 37 0 0.98 0.80 0.28 349 0.96 0.37
Hex B8 4 25 0 62 50 1C 15D 60 25
Octal 270 4 45 0 142 120 34 535 140 45
Binary 10111000 100 100101 0 1100010 1010000 11100 101011101 1100000 100101

Color Harmonies of #B80425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80425

Black with #B80425

Text Example


Text Example

White with #B80425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80425; }

 p { color: rgb(184,4,37); }

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

background-color css

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

 a { background-color: rgb(184,4,37); }

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

border-color css

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

 span { border-color: rgb(184,4,37); }

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