Html Css Color HEX #B10137 Cardinal

📋 copy color: '#B10137'

red 177 ◦ green 1 ◦ blue 55

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

Shades of Cardinal #B10137

Tints of Cardinal #B10137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 75.97%
G = 0.43%
B = 23.61%

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

#B10137 (or 0xB10137) is known color: Cardinal. HEX triplet: B1, 01 and 37. RGB value is (177,1,55). Sum of RGB (Red+Green+Blue) = 177+1+55=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B10137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10137 is #4EFEC8. Grayscale: #3B3B3B. Windows color (decimal): -5177033 or 3604913. OLE color: 3604913.

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

Color convert

RGB 177 1 55 -
CMYK 0 0.99 0.69 0.31
HSL 341.59º 0.99% 0.35% -
HSV(B) 341.59º 0.99% 0.69% -
XYZ 18.83 9.64 4.48 -
YUV 59.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 177 1 55 0 0.99 0.69 0.31 341.59 0.99 0.35
Hex B1 1 37 0 63 45 1F 156 63 23
Octal 261 1 67 0 143 105 37 526 143 43
Binary 10110001 1 110111 0 1100011 1000101 11111 101010110 1100011 100011

Color Harmonies of #B10137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10137

Black with #B10137

Text Example


Text Example

White with #B10137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10137; }

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

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

background-color css

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

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

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

border-color css

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

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

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