Html Css Color HEX #B42129 Cardinal

📋 copy color: '#B42129'

red 180 ◦ green 33 ◦ blue 41

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

Shades of Cardinal #B42129

Tints of Cardinal #B42129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 70.87%
G = 12.99%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B42129 (or 0xB42129) is known color: Cardinal. HEX triplet: B4, 21 and 29. RGB value is (180,33,41). Sum of RGB (Red+Green+Blue) = 180+33+41=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B42129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42129 is #4BDED6. Grayscale: #4D4D4D. Windows color (decimal): -4972247 or 2695604. OLE color: 2695604.

HSL color Cylindrical-coordinate representation of color #B42129: hue angle of 356.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42129 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 41 -
CMYK 0 0.82 0.77 0.29
HSL 356.73º 0.69% 0.42% -
HSV(B) 356.73º 0.82% 0.71% -
XYZ 19.77 10.95 3.17 -
YUV 77.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 180 33 41 0 0.82 0.77 0.29 356.73 0.69 0.42
Hex B4 21 29 0 52 4D 1D 165 45 2A
Octal 264 41 51 0 122 115 35 545 105 52
Binary 10110100 100001 101001 0 1010010 1001101 11101 101100101 1000101 101010

Color Harmonies of #B42129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42129

Black with #B42129

Text Example


Text Example

White with #B42129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42129; }

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

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

background-color css

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

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

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

border-color css

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

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

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