Html Css Color HEX #B12540 Cardinal

📋 copy color: '#B12540'

red 177 ◦ green 37 ◦ blue 64

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

Shades of Cardinal #B12540

Tints of Cardinal #B12540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 63.67%
G = 13.31%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B12540 (or 0xB12540) is known color: Cardinal. HEX triplet: B1, 25 and 40. RGB value is (177,37,64). Sum of RGB (Red+Green+Blue) = 177+37+64=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B12540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12540 is #4EDABF. Grayscale: #515151. Windows color (decimal): -5167808 or 4203953. OLE color: 4203953.

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

Color convert

RGB 177 37 64 -
CMYK 0 0.79 0.64 0.31
HSL 348.43º 0.65% 0.42% -
HSV(B) 348.43º 0.79% 0.69% -
XYZ 19.72 11.04 5.94 -
YUV 81.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 177 37 64 0 0.79 0.64 0.31 348.43 0.65 0.42
Hex B1 25 40 0 4F 40 1F 15C 41 2A
Octal 261 45 100 0 117 100 37 534 101 52
Binary 10110001 100101 1000000 0 1001111 1000000 11111 101011100 1000001 101010

Color Harmonies of #B12540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12540

Black with #B12540

Text Example


Text Example

White with #B12540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12540; }

 p { color: rgb(177,37,64); }

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

background-color css

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

 a { background-color: rgb(177,37,64); }

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

border-color css

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

 span { border-color: rgb(177,37,64); }

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