Html Css Color HEX #B1152D Cardinal

📋 copy color: '#B1152D'

red 177 ◦ green 21 ◦ blue 45

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

Shades of Cardinal #B1152D

Tints of Cardinal #B1152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 72.84%
G = 8.64%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1152D (or 0xB1152D) is known color: Cardinal. HEX triplet: B1, 15 and 2D. RGB value is (177,21,45). Sum of RGB (Red+Green+Blue) = 177+21+45=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1152D is #4EEAD2. Grayscale: #464646. Windows color (decimal): -5171923 or 2954673. OLE color: 2954673.

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

Color convert

RGB 177 21 45 -
CMYK 0 0.88 0.75 0.31
HSL 350.77º 0.79% 0.39% -
HSV(B) 350.77º 0.88% 0.69% -
XYZ 18.87 10.07 3.43 -
YUV 70.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 177 21 45 0 0.88 0.75 0.31 350.77 0.79 0.39
Hex B1 15 2D 0 58 4B 1F 15F 4F 27
Octal 261 25 55 0 130 113 37 537 117 47
Binary 10110001 10101 101101 0 1011000 1001011 11111 101011111 1001111 100111

Color Harmonies of #B1152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1152D

Black with #B1152D

Text Example


Text Example

White with #B1152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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