Html Css Color HEX #B42529 Cardinal

📋 copy color: '#B42529'

red 180 ◦ green 37 ◦ blue 41

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

Shades of Cardinal #B42529

Tints of Cardinal #B42529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 69.77%
G = 14.34%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B42529 (or 0xB42529) is known color: Cardinal. HEX triplet: B4, 25 and 29. RGB value is (180,37,41). Sum of RGB (Red+Green+Blue) = 180+37+41=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B42529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42529 is #4BDAD6. Grayscale: #505050. Windows color (decimal): -4971223 or 2696628. OLE color: 2696628.

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

Color convert

RGB 180 37 41 -
CMYK 0 0.79 0.77 0.29
HSL 358.32º 0.66% 0.43% -
HSV(B) 358.32º 0.79% 0.71% -
XYZ 19.88 11.19 3.21 -
YUV 80.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 180 37 41 0 0.79 0.77 0.29 358.32 0.66 0.43
Hex B4 25 29 0 4F 4D 1D 166 42 2B
Octal 264 45 51 0 117 115 35 546 102 53
Binary 10110100 100101 101001 0 1001111 1001101 11101 101100110 1000010 101011

Color Harmonies of #B42529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42529

Black with #B42529

Text Example


Text Example

White with #B42529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42529; }

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

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

background-color css

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

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

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

border-color css

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

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

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