Html Css Color HEX #B10037 Cardinal

📋 copy color: '#B10037'

red 177 ◦ green 0 ◦ blue 55

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

Shades of Cardinal #B10037

Tints of Cardinal #B10037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.29%
G = 0%
B = 23.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B10037 (or 0xB10037) is known color: Cardinal. HEX triplet: B1, 00 and 37. RGB value is (177,0,55). Sum of RGB (Red+Green+Blue) = 177+0+55=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B10037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10037 is #4EFFC8. Grayscale: #3B3B3B. Windows color (decimal): -5177289 or 3604657. OLE color: 3604657.

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

Color convert

RGB 177 0 55 -
CMYK 0 1 0.69 0.31
HSL 341.36º 1% 0.35% -
HSV(B) 341.36º 1% 0.69% -
XYZ 18.82 9.62 4.48 -
YUV 59.19 125.64 212.03 -
System Red Green Blue C M Y K H S L
Decimal 177 0 55 0 1 0.69 0.31 341.36 1 0.35
Hex B1 0 37 0 64 45 1F 155 64 23
Octal 261 0 67 0 144 105 37 525 144 43
Binary 10110001 0 110111 0 1100100 1000101 11111 101010101 1100100 100011

Color Harmonies of #B10037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10037

Black with #B10037

Text Example


Text Example

White with #B10037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10037; }

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

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

background-color css

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

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

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

border-color css

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

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

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