Html Css Color HEX #B10B44 Cardinal

📋 copy color: '#B10B44'

red 177 ◦ green 11 ◦ blue 68

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

Shades of Cardinal #B10B44

Tints of Cardinal #B10B44

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.3%

 BLUE value IS 68 (26.95% from 255) = 26.56%

R = 69.14%
G = 4.3%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B10B44 (or 0xB10B44) is known color: Cardinal. HEX triplet: B1, 0B and 44. RGB value is (177,11,68). Sum of RGB (Red+Green+Blue) = 177+11+68=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B44 is #4EF4BB. Grayscale: #434343. Windows color (decimal): -5174460 or 4459441. OLE color: 4459441.

HSL color Cylindrical-coordinate representation of color #B10B44: hue angle of 339.4º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10B44 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 11 68 -
CMYK 0 0.94 0.62 0.31
HSL 339.4º 0.88% 0.37% -
HSV(B) 339.4º 0.94% 0.69% -
XYZ 19.29 10 6.38 -
YUV 67.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 177 11 68 0 0.94 0.62 0.31 339.4 0.88 0.37
Hex B1 B 44 0 5E 3E 1F 153 58 25
Octal 261 13 104 0 136 76 37 523 130 45
Binary 10110001 1011 1000100 0 1011110 111110 11111 101010011 1011000 100101

Color Harmonies of #B10B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10B44

Black with #B10B44

Text Example


Text Example

White with #B10B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10B44; }

 p { color: rgb(177,11,68); }

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

background-color css

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

 a { background-color: rgb(177,11,68); }

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

border-color css

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

 span { border-color: rgb(177,11,68); }

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