Html Css Color HEX #B1153E Cardinal

📋 copy color: '#B1153E'

red 177 ◦ green 21 ◦ blue 62

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

Shades of Cardinal #B1153E

Tints of Cardinal #B1153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 68.08%
G = 8.08%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1153E (or 0xB1153E) is known color: Cardinal. HEX triplet: B1, 15 and 3E. RGB value is (177,21,62). Sum of RGB (Red+Green+Blue) = 177+21+62=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1153E is #4EEAC1. Grayscale: #484848. Windows color (decimal): -5171906 or 4068785. OLE color: 4068785.

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

Color convert

RGB 177 21 62 -
CMYK 0 0.88 0.65 0.31
HSL 344.23º 0.79% 0.39% -
HSV(B) 344.23º 0.88% 0.69% -
XYZ 19.27 10.23 5.52 -
YUV 72.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 177 21 62 0 0.88 0.65 0.31 344.23 0.79 0.39
Hex B1 15 3E 0 58 41 1F 158 4F 27
Octal 261 25 76 0 130 101 37 530 117 47
Binary 10110001 10101 111110 0 1011000 1000001 11111 101011000 1001111 100111

Color Harmonies of #B1153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1153E

Black with #B1153E

Text Example


Text Example

White with #B1153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1153E; }

 p { color: rgb(177,21,62); }

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

background-color css

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

 a { background-color: rgb(177,21,62); }

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

border-color css

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

 span { border-color: rgb(177,21,62); }

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