Html Css Color HEX #B10823 Venetian Red

📋 copy color: '#B10823'

red 177 ◦ green 8 ◦ blue 35

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

Shades of Venetian Red #B10823

Tints of Venetian Red #B10823

RGB

 RED value IS 177 (69.53% from 255) = 80.45%

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 35 (14.06% from 255) = 15.91%

R = 80.45%
G = 3.64%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B10823 (or 0xB10823) is known color: Venetian Red. HEX triplet: B1, 08 and 23. RGB value is (177,8,35). Sum of RGB (Red+Green+Blue) = 177+8+35=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B10823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10823 is #4EF7DC. Grayscale: #3D3D3D. Windows color (decimal): -5175261 or 2295985. OLE color: 2295985.

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

Color convert

RGB 177 8 35 -
CMYK 0 0.95 0.80 0.31
HSL 350.41º 0.91% 0.36% -
HSV(B) 350.41º 0.95% 0.69% -
XYZ 18.52 9.64 2.48 -
YUV 61.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 177 8 35 0 0.95 0.80 0.31 350.41 0.91 0.36
Hex B1 8 23 0 5F 50 1F 15E 5B 24
Octal 261 10 43 0 137 120 37 536 133 44
Binary 10110001 1000 100011 0 1011111 1010000 11111 101011110 1011011 100100

Color Harmonies of #B10823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10823

Black with #B10823

Text Example


Text Example

White with #B10823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10823; }

 p { color: rgb(177,8,35); }

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

background-color css

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

 a { background-color: rgb(177,8,35); }

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

border-color css

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

 span { border-color: rgb(177,8,35); }

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