Html Css Color HEX #B5232A Cardinal

📋 copy color: '#B5232A'

red 181 ◦ green 35 ◦ blue 42

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

Shades of Cardinal #B5232A

Tints of Cardinal #B5232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 70.16%
G = 13.57%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5232A (or 0xB5232A) is known color: Cardinal. HEX triplet: B5, 23 and 2A. RGB value is (181,35,42). Sum of RGB (Red+Green+Blue) = 181+35+42=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B5232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5232A is #4ADCD5. Grayscale: #4F4F4F. Windows color (decimal): -4906198 or 2761653. OLE color: 2761653.

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

Color convert

RGB 181 35 42 -
CMYK 0 0.81 0.77 0.29
HSL 357.12º 0.68% 0.42% -
HSV(B) 357.12º 0.81% 0.71% -
XYZ 20.08 11.19 3.29 -
YUV 79.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 181 35 42 0 0.81 0.77 0.29 357.12 0.68 0.42
Hex B5 23 2A 0 51 4D 1D 165 44 2A
Octal 265 43 52 0 121 115 35 545 104 52
Binary 10110101 100011 101010 0 1010001 1001101 11101 101100101 1000100 101010

Color Harmonies of #B5232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5232A

Black with #B5232A

Text Example


Text Example

White with #B5232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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