Html Css Color HEX #B42533 Cardinal

📋 copy color: '#B42533'

red 180 ◦ green 37 ◦ blue 51

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

Shades of Cardinal #B42533

Tints of Cardinal #B42533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 67.16%
G = 13.81%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B42533 (or 0xB42533) is known color: Cardinal. HEX triplet: B4, 25 and 33. RGB value is (180,37,51). Sum of RGB (Red+Green+Blue) = 180+37+51=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B42533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42533 is #4BDACC. Grayscale: #515151. Windows color (decimal): -4971213 or 3351988. OLE color: 3351988.

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

Color convert

RGB 180 37 51 -
CMYK 0 0.79 0.72 0.29
HSL 354.13º 0.66% 0.43% -
HSV(B) 354.13º 0.79% 0.71% -
XYZ 20.08 11.27 4.25 -
YUV 81.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 180 37 51 0 0.79 0.72 0.29 354.13 0.66 0.43
Hex B4 25 33 0 4F 48 1D 162 42 2B
Octal 264 45 63 0 117 110 35 542 102 53
Binary 10110100 100101 110011 0 1001111 1001000 11101 101100010 1000010 101011

Color Harmonies of #B42533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42533

Black with #B42533

Text Example


Text Example

White with #B42533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42533; }

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

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

background-color css

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

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

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

border-color css

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

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

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