Html Css Color HEX #B42526 Cardinal

📋 copy color: '#B42526'

red 180 ◦ green 37 ◦ blue 38

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

Shades of Cardinal #B42526

Tints of Cardinal #B42526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 70.59%
G = 14.51%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B42526 (or 0xB42526) is known color: Cardinal. HEX triplet: B4, 25 and 26. RGB value is (180,37,38). Sum of RGB (Red+Green+Blue) = 180+37+38=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B42526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42526 is #4BDAD9. Grayscale: #505050. Windows color (decimal): -4971226 or 2500020. OLE color: 2500020.

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

Color convert

RGB 180 37 38 -
CMYK 0 0.79 0.79 0.29
HSL 359.58º 0.66% 0.43% -
HSV(B) 359.58º 0.79% 0.71% -
XYZ 19.83 11.17 2.94 -
YUV 79.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 180 37 38 0 0.79 0.79 0.29 359.58 0.66 0.43
Hex B4 25 26 0 4F 4F 1D 168 42 2B
Octal 264 45 46 0 117 117 35 550 102 53
Binary 10110100 100101 100110 0 1001111 1001111 11101 101101000 1000010 101011

Color Harmonies of #B42526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42526

Black with #B42526

Text Example


Text Example

White with #B42526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42526; }

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

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

background-color css

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

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

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

border-color css

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

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

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