Html Css Color HEX #B5232B Cardinal

📋 copy color: '#B5232B'

red 181 ◦ green 35 ◦ blue 43

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

Shades of Cardinal #B5232B

Tints of Cardinal #B5232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 69.88%
G = 13.51%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5232B (or 0xB5232B) is known color: Cardinal. HEX triplet: B5, 23 and 2B. RGB value is (181,35,43). Sum of RGB (Red+Green+Blue) = 181+35+43=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5232B is #4ADCD4. Grayscale: #4F4F4F. Windows color (decimal): -4906197 or 2827189. OLE color: 2827189.

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

Color convert

RGB 181 35 43 -
CMYK 0 0.81 0.76 0.29
HSL 356.71º 0.68% 0.42% -
HSV(B) 356.71º 0.81% 0.71% -
XYZ 20.09 11.2 3.39 -
YUV 79.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 181 35 43 0 0.81 0.76 0.29 356.71 0.68 0.42
Hex B5 23 2B 0 51 4C 1D 165 44 2A
Octal 265 43 53 0 121 114 35 545 104 52
Binary 10110101 100011 101011 0 1010001 1001100 11101 101100101 1000100 101010

Color Harmonies of #B5232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5232B

Black with #B5232B

Text Example


Text Example

White with #B5232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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