Html Css Color HEX #B10539 Cardinal

📋 copy color: '#B10539'

red 177 ◦ green 5 ◦ blue 57

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

Shades of Cardinal #B10539

Tints of Cardinal #B10539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 74.06%
G = 2.09%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B10539 (or 0xB10539) is known color: Cardinal. HEX triplet: B1, 05 and 39. RGB value is (177,5,57). Sum of RGB (Red+Green+Blue) = 177+5+57=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B10539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10539 is #4EFAC6. Grayscale: #3E3E3E. Windows color (decimal): -5176007 or 3737009. OLE color: 3737009.

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

Color convert

RGB 177 5 57 -
CMYK 0 0.97 0.68 0.31
HSL 341.86º 0.95% 0.36% -
HSV(B) 341.86º 0.97% 0.69% -
XYZ 18.92 9.75 4.76 -
YUV 62.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 177 5 57 0 0.97 0.68 0.31 341.86 0.95 0.36
Hex B1 5 39 0 61 44 1F 156 5F 24
Octal 261 5 71 0 141 104 37 526 137 44
Binary 10110001 101 111001 0 1100001 1000100 11111 101010110 1011111 100100

Color Harmonies of #B10539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10539

Black with #B10539

Text Example


Text Example

White with #B10539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10539; }

 p { color: rgb(177,5,57); }

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

background-color css

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

 a { background-color: rgb(177,5,57); }

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

border-color css

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

 span { border-color: rgb(177,5,57); }

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