Html Css Color HEX #B10939 Cardinal

📋 copy color: '#B10939'

red 177 ◦ green 9 ◦ blue 57

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

Shades of Cardinal #B10939

Tints of Cardinal #B10939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

 BLUE value IS 57 (22.66% from 255) = 23.46%

R = 72.84%
G = 3.7%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B10939 (or 0xB10939) is known color: Cardinal. HEX triplet: B1, 09 and 39. RGB value is (177,9,57). Sum of RGB (Red+Green+Blue) = 177+9+57=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B10939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10939 is #4EF6C6. Grayscale: #404040. Windows color (decimal): -5174983 or 3738033. OLE color: 3738033.

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

Color convert

RGB 177 9 57 -
CMYK 0 0.95 0.68 0.31
HSL 342.86º 0.9% 0.36% -
HSV(B) 342.86º 0.95% 0.69% -
XYZ 18.97 9.84 4.77 -
YUV 64.7 123.66 208.1 -
System Red Green Blue C M Y K H S L
Decimal 177 9 57 0 0.95 0.68 0.31 342.86 0.9 0.36
Hex B1 9 39 0 5F 44 1F 157 5A 24
Octal 261 11 71 0 137 104 37 527 132 44
Binary 10110001 1001 111001 0 1011111 1000100 11111 101010111 1011010 100100

Color Harmonies of #B10939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10939

Black with #B10939

Text Example


Text Example

White with #B10939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10939; }

 p { color: rgb(177,9,57); }

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

background-color css

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

 a { background-color: rgb(177,9,57); }

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

border-color css

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

 span { border-color: rgb(177,9,57); }

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