Html Css Color HEX #B71024 Venetian Red

📋 copy color: '#B71024'

red 183 ◦ green 16 ◦ blue 36

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

Shades of Venetian Red #B71024

Tints of Venetian Red #B71024

RGB

 RED value IS 183 (71.88% from 255) = 77.87%

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

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

R = 77.87%
G = 6.81%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B71024 (or 0xB71024) is known color: Venetian Red. HEX triplet: B7, 10 and 24. RGB value is (183,16,36). Sum of RGB (Red+Green+Blue) = 183+16+36=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B71024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71024 is #48EFDB. Grayscale: #444444. Windows color (decimal): -4779996 or 2363575. OLE color: 2363575.

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

Color convert

RGB 183 16 36 -
CMYK 0 0.91 0.80 0.28
HSL 352.81º 0.84% 0.39% -
HSV(B) 352.81º 0.91% 0.72% -
XYZ 20.03 10.57 2.65 -
YUV 68.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 183 16 36 0 0.91 0.80 0.28 352.81 0.84 0.39
Hex B7 10 24 0 5B 50 1C 161 54 27
Octal 267 20 44 0 133 120 34 541 124 47
Binary 10110111 10000 100100 0 1011011 1010000 11100 101100001 1010100 100111

Color Harmonies of #B71024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71024

Black with #B71024

Text Example


Text Example

White with #B71024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71024; }

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

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

background-color css

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

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

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

border-color css

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

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

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