Html Css Color HEX #B61024 Venetian Red

📋 copy color: '#B61024'

red 182 ◦ green 16 ◦ blue 36

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

Shades of Venetian Red #B61024

Tints of Venetian Red #B61024

RGB

 RED value IS 182 (71.48% from 255) = 77.78%

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

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

R = 77.78%
G = 6.84%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B61024 (or 0xB61024) is known color: Venetian Red. HEX triplet: B6, 10 and 24. RGB value is (182,16,36). Sum of RGB (Red+Green+Blue) = 182+16+36=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B61024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61024 is #49EFDB. Grayscale: #444444. Windows color (decimal): -4845532 or 2363574. OLE color: 2363574.

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

Color convert

RGB 182 16 36 -
CMYK 0 0.91 0.80 0.29
HSL 352.77º 0.84% 0.39% -
HSV(B) 352.77º 0.91% 0.71% -
XYZ 19.8 10.44 2.64 -
YUV 67.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 182 16 36 0 0.91 0.80 0.29 352.77 0.84 0.39
Hex B6 10 24 0 5B 50 1D 161 54 27
Octal 266 20 44 0 133 120 35 541 124 47
Binary 10110110 10000 100100 0 1011011 1010000 11101 101100001 1010100 100111

Color Harmonies of #B61024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61024

Black with #B61024

Text Example


Text Example

White with #B61024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61024; }

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

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

background-color css

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

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

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

border-color css

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

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

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