Html Css Color HEX #B12340 Cardinal

📋 copy color: '#B12340'

red 177 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #B12340

Tints of Cardinal #B12340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 64.13%
G = 12.68%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B12340 (or 0xB12340) is known color: Cardinal. HEX triplet: B1, 23 and 40. RGB value is (177,35,64). Sum of RGB (Red+Green+Blue) = 177+35+64=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B12340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12340 is #4EDCBF. Grayscale: #505050. Windows color (decimal): -5168320 or 4203441. OLE color: 4203441.

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

Color convert

RGB 177 35 64 -
CMYK 0 0.80 0.64 0.31
HSL 347.75º 0.67% 0.42% -
HSV(B) 347.75º 0.8% 0.69% -
XYZ 19.66 10.92 5.92 -
YUV 80.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 177 35 64 0 0.80 0.64 0.31 347.75 0.67 0.42
Hex B1 23 40 0 50 40 1F 15C 43 2A
Octal 261 43 100 0 120 100 37 534 103 52
Binary 10110001 100011 1000000 0 1010000 1000000 11111 101011100 1000011 101010

Color Harmonies of #B12340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12340

Black with #B12340

Text Example


Text Example

White with #B12340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12340; }

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

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

background-color css

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

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

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

border-color css

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

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

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