Html Css Color HEX #B42528 Cardinal

📋 copy color: '#B42528'

red 180 ◦ green 37 ◦ blue 40

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

Shades of Cardinal #B42528

Tints of Cardinal #B42528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 70.04%
G = 14.4%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B42528 (or 0xB42528) is known color: Cardinal. HEX triplet: B4, 25 and 28. RGB value is (180,37,40). Sum of RGB (Red+Green+Blue) = 180+37+40=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B42528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42528 is #4BDAD7. Grayscale: #505050. Windows color (decimal): -4971224 or 2631092. OLE color: 2631092.

HSL color Cylindrical-coordinate representation of color #B42528: hue angle of 358.74º 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 #B42528 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 40 -
CMYK 0 0.79 0.78 0.29
HSL 358.74º 0.66% 0.43% -
HSV(B) 358.74º 0.79% 0.71% -
XYZ 19.87 11.18 3.12 -
YUV 80.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 180 37 40 0 0.79 0.78 0.29 358.74 0.66 0.43
Hex B4 25 28 0 4F 4E 1D 167 42 2B
Octal 264 45 50 0 117 116 35 547 102 53
Binary 10110100 100101 101000 0 1001111 1001110 11101 101100111 1000010 101011

Color Harmonies of #B42528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42528

Black with #B42528

Text Example


Text Example

White with #B42528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42528; }

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

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

background-color css

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

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

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

border-color css

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

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

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