Html Css Color HEX #B42540 Cardinal

📋 copy color: '#B42540'

red 180 ◦ green 37 ◦ blue 64

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

Shades of Cardinal #B42540

Tints of Cardinal #B42540

RGB

 RED value IS 180 (70.7% from 255) = 64.06%

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

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

R = 64.06%
G = 13.17%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B42540 (or 0xB42540) is known color: Cardinal. HEX triplet: B4, 25 and 40. RGB value is (180,37,64). Sum of RGB (Red+Green+Blue) = 180+37+64=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B42540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42540 is #4BDABF. Grayscale: #525252. Windows color (decimal): -4971200 or 4203956. OLE color: 4203956.

HSL color Cylindrical-coordinate representation of color #B42540: hue angle of 348.67º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42540 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 64 -
CMYK 0 0.79 0.64 0.29
HSL 348.67º 0.66% 0.43% -
HSV(B) 348.67º 0.79% 0.71% -
XYZ 20.41 11.4 5.97 -
YUV 82.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 180 37 64 0 0.79 0.64 0.29 348.67 0.66 0.43
Hex B4 25 40 0 4F 40 1D 15D 42 2B
Octal 264 45 100 0 117 100 35 535 102 53
Binary 10110100 100101 1000000 0 1001111 1000000 11101 101011101 1000010 101011

Color Harmonies of #B42540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42540

Black with #B42540

Text Example


Text Example

White with #B42540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42540; }

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

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

background-color css

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

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

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

border-color css

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

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

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