Html Css Color HEX #B10136 Cardinal

📋 copy color: '#B10136'

red 177 ◦ green 1 ◦ blue 54

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

Shades of Cardinal #B10136

Tints of Cardinal #B10136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 76.29%
G = 0.43%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B10136 (or 0xB10136) is known color: Cardinal. HEX triplet: B1, 01 and 36. RGB value is (177,1,54). Sum of RGB (Red+Green+Blue) = 177+1+54=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B10136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10136 is #4EFEC9. Grayscale: #3B3B3B. Windows color (decimal): -5177034 or 3539377. OLE color: 3539377.

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

Color convert

RGB 177 1 54 -
CMYK 0 0.99 0.69 0.31
HSL 341.93º 0.99% 0.35% -
HSV(B) 341.93º 0.99% 0.69% -
XYZ 18.81 9.64 4.36 -
YUV 59.67 124.81 211.69 -
System Red Green Blue C M Y K H S L
Decimal 177 1 54 0 0.99 0.69 0.31 341.93 0.99 0.35
Hex B1 1 36 0 63 45 1F 156 63 23
Octal 261 1 66 0 143 105 37 526 143 43
Binary 10110001 1 110110 0 1100011 1000101 11111 101010110 1100011 100011

Color Harmonies of #B10136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10136

Black with #B10136

Text Example


Text Example

White with #B10136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10136; }

 p { color: rgb(177,1,54); }

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

background-color css

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

 a { background-color: rgb(177,1,54); }

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

border-color css

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

 span { border-color: rgb(177,1,54); }

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