Html Css Color HEX #B01024 Venetian Red

📋 copy color: '#B01024'

red 176 ◦ green 16 ◦ blue 36

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

Shades of Venetian Red #B01024

Tints of Venetian Red #B01024

RGB

 RED value IS 176 (69.14% from 255) = 77.19%

 GREEN value IS 16 (6.64% from 255) = 7.02%

 BLUE value IS 36 (14.45% from 255) = 15.79%

R = 77.19%
G = 7.02%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B01024 (or 0xB01024) is known color: Venetian Red. HEX triplet: B0, 10 and 24. RGB value is (176,16,36). Sum of RGB (Red+Green+Blue) = 176+16+36=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B01024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01024 is #4FEFDB. Grayscale: #424242. Windows color (decimal): -5238748 or 2363568. OLE color: 2363568.

HSL color Cylindrical-coordinate representation of color #B01024: hue angle of 352.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01024 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 16 36 -
CMYK 0 0.91 0.80 0.31
HSL 352.5º 0.83% 0.38% -
HSV(B) 352.5º 0.91% 0.69% -
XYZ 18.41 9.73 2.58 -
YUV 66.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 176 16 36 0 0.91 0.80 0.31 352.5 0.83 0.38
Hex B0 10 24 0 5B 50 1F 160 53 26
Octal 260 20 44 0 133 120 37 540 123 46
Binary 10110000 10000 100100 0 1011011 1010000 11111 101100000 1010011 100110

Color Harmonies of #B01024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01024

Black with #B01024

Text Example


Text Example

White with #B01024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01024; }

 p { color: rgb(176,16,36); }

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

background-color css

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

 a { background-color: rgb(176,16,36); }

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

border-color css

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

 span { border-color: rgb(176,16,36); }

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