Html Css Color HEX #B10541 Cardinal

📋 copy color: '#B10541'

red 177 ◦ green 5 ◦ blue 65

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

Shades of Cardinal #B10541

Tints of Cardinal #B10541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 71.66%
G = 2.02%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B10541 (or 0xB10541) is known color: Cardinal. HEX triplet: B1, 05 and 41. RGB value is (177,5,65). Sum of RGB (Red+Green+Blue) = 177+5+65=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B10541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10541 is #4EFABE. Grayscale: #3F3F3F. Windows color (decimal): -5175999 or 4261297. OLE color: 4261297.

HSL color Cylindrical-coordinate representation of color #B10541: hue angle of 339.07º 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 #B10541 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 65 -
CMYK 0 0.97 0.63 0.31
HSL 339.07º 0.95% 0.36% -
HSV(B) 339.07º 0.97% 0.69% -
XYZ 19.14 9.84 5.89 -
YUV 63.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 177 5 65 0 0.97 0.63 0.31 339.07 0.95 0.36
Hex B1 5 41 0 61 3F 1F 153 5F 24
Octal 261 5 101 0 141 77 37 523 137 44
Binary 10110001 101 1000001 0 1100001 111111 11111 101010011 1011111 100100

Color Harmonies of #B10541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10541

Black with #B10541

Text Example


Text Example

White with #B10541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10541; }

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

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

background-color css

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

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

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

border-color css

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

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

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