Html Css Color HEX #B80309 Venetian Red

📋 copy color: '#B80309'

red 184 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #B80309

Tints of Venetian Red #B80309

RGB

 RED value IS 184 (72.27% from 255) = 93.88%

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 9 (3.91% from 255) = 4.59%

R = 93.88%
G = 1.53%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B80309 (or 0xB80309) is known color: Venetian Red. HEX triplet: B8, 03 and 09. RGB value is (184,3,9). Sum of RGB (Red+Green+Blue) = 184+3+9=196 (25% of max value = 765). Red value is 184 (72.27% from 255 or 93.88% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 184 - color contains mainly: red. Hex color #B80309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80309 is #47FCF6. Grayscale: #393939. Windows color (decimal): -4717815 or 590776. OLE color: 590776.

HSL color Cylindrical-coordinate representation of color #B80309: hue angle of 358.01º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80309 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 9 -
CMYK 0 0.98 0.95 0.28
HSL 358.01º 0.97% 0.37% -
HSV(B) 358.01º 0.98% 0.72% -
XYZ 19.85 10.28 1.2 -
YUV 57.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 184 3 9 0 0.98 0.95 0.28 358.01 0.97 0.37
Hex B8 3 9 0 62 5F 1C 166 61 25
Octal 270 3 11 0 142 137 34 546 141 45
Binary 10111000 11 1001 0 1100010 1011111 11100 101100110 1100001 100101

Color Harmonies of #B80309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80309

Black with #B80309

Text Example


Text Example

White with #B80309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80309; }

 p { color: rgb(184,3,9); }

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

background-color css

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

 a { background-color: rgb(184,3,9); }

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

border-color css

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

 span { border-color: rgb(184,3,9); }

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