Html Css Color HEX #B5242A Cardinal

📋 copy color: '#B5242A'

red 181 ◦ green 36 ◦ blue 42

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

Shades of Cardinal #B5242A

Tints of Cardinal #B5242A

RGB

 RED value IS 181 (71.09% from 255) = 69.88%

 GREEN value IS 36 (14.45% from 255) = 13.9%

 BLUE value IS 42 (16.8% from 255) = 16.22%

R = 69.88%
G = 13.9%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5242A (or 0xB5242A) is known color: Cardinal. HEX triplet: B5, 24 and 2A. RGB value is (181,36,42). Sum of RGB (Red+Green+Blue) = 181+36+42=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5242A is #4ADBD5. Grayscale: #505050. Windows color (decimal): -4905942 or 2761909. OLE color: 2761909.

HSL color Cylindrical-coordinate representation of color #B5242A: hue angle of 357.52º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5242A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 42 -
CMYK 0 0.80 0.77 0.29
HSL 357.52º 0.67% 0.43% -
HSV(B) 357.52º 0.8% 0.71% -
XYZ 20.1 11.25 3.3 -
YUV 80.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 181 36 42 0 0.80 0.77 0.29 357.52 0.67 0.43
Hex B5 24 2A 0 50 4D 1D 166 43 2B
Octal 265 44 52 0 120 115 35 546 103 53
Binary 10110101 100100 101010 0 1010000 1001101 11101 101100110 1000011 101011

Color Harmonies of #B5242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5242A

Black with #B5242A

Text Example


Text Example

White with #B5242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5242A; }

 p { color: rgb(181,36,42); }

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

background-color css

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

 a { background-color: rgb(181,36,42); }

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

border-color css

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

 span { border-color: rgb(181,36,42); }

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