Html Css Color HEX #B10440 Cardinal

📋 copy color: '#B10440'

red 177 ◦ green 4 ◦ blue 64

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

Shades of Cardinal #B10440

Tints of Cardinal #B10440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 72.24%
G = 1.63%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B10440 (or 0xB10440) is known color: Cardinal. HEX triplet: B1, 04 and 40. RGB value is (177,4,64). Sum of RGB (Red+Green+Blue) = 177+4+64=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B10440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10440 is #4EFBBF. Grayscale: #3E3E3E. Windows color (decimal): -5176256 or 4195505. OLE color: 4195505.

HSL color Cylindrical-coordinate representation of color #B10440: hue angle of 339.19º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10440 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 4 64 -
CMYK 0 0.98 0.64 0.31
HSL 339.19º 0.96% 0.35% -
HSV(B) 339.19º 0.98% 0.69% -
XYZ 19.1 9.8 5.74 -
YUV 62.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 177 4 64 0 0.98 0.64 0.31 339.19 0.96 0.35
Hex B1 4 40 0 62 40 1F 153 60 23
Octal 261 4 100 0 142 100 37 523 140 43
Binary 10110001 100 1000000 0 1100010 1000000 11111 101010011 1100000 100011

Color Harmonies of #B10440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10440

Black with #B10440

Text Example


Text Example

White with #B10440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10440; }

 p { color: rgb(177,4,64); }

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

background-color css

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

 a { background-color: rgb(177,4,64); }

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

border-color css

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

 span { border-color: rgb(177,4,64); }

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