Html Css Color HEX #B21024 Venetian Red

📋 copy color: '#B21024'

red 178 ◦ green 16 ◦ blue 36

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

Shades of Venetian Red #B21024

Tints of Venetian Red #B21024

RGB

 RED value IS 178 (69.92% from 255) = 77.39%

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

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

R = 77.39%
G = 6.96%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B21024 (or 0xB21024) is known color: Venetian Red. HEX triplet: B2, 10 and 24. RGB value is (178,16,36). Sum of RGB (Red+Green+Blue) = 178+16+36=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B21024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21024 is #4DEFDB. Grayscale: #424242. Windows color (decimal): -5107676 or 2363570. OLE color: 2363570.

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

Color convert

RGB 178 16 36 -
CMYK 0 0.91 0.80 0.30
HSL 352.59º 0.84% 0.38% -
HSV(B) 352.59º 0.91% 0.7% -
XYZ 18.86 9.96 2.6 -
YUV 66.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 178 16 36 0 0.91 0.80 0.30 352.59 0.84 0.38
Hex B2 10 24 0 5B 50 1E 161 54 26
Octal 262 20 44 0 133 120 36 541 124 46
Binary 10110010 10000 100100 0 1011011 1010000 11110 101100001 1010100 100110

Color Harmonies of #B21024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21024

Black with #B21024

Text Example


Text Example

White with #B21024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21024; }

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

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

background-color css

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

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

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

border-color css

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

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

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