Html Css Color HEX #B5282C Cardinal

📋 copy color: '#B5282C'

red 181 ◦ green 40 ◦ blue 44

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

Shades of Cardinal #B5282C

Tints of Cardinal #B5282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 68.3%
G = 15.09%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5282C (or 0xB5282C) is known color: Cardinal. HEX triplet: B5, 28 and 2C. RGB value is (181,40,44). Sum of RGB (Red+Green+Blue) = 181+40+44=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5282C is #4AD7D3. Grayscale: #525252. Windows color (decimal): -4904916 or 2894005. OLE color: 2894005.

HSL color Cylindrical-coordinate representation of color #B5282C: hue angle of 358.3º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5282C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 40 44 -
CMYK 0 0.78 0.76 0.29
HSL 358.3º 0.64% 0.43% -
HSV(B) 358.3º 0.78% 0.71% -
XYZ 20.27 11.52 3.54 -
YUV 82.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 181 40 44 0 0.78 0.76 0.29 358.3 0.64 0.43
Hex B5 28 2C 0 4E 4C 1D 166 40 2B
Octal 265 50 54 0 116 114 35 546 100 53
Binary 10110101 101000 101100 0 1001110 1001100 11101 101100110 1000000 101011

Color Harmonies of #B5282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5282C

Black with #B5282C

Text Example


Text Example

White with #B5282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5282C; }

 p { color: rgb(181,40,44); }

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

background-color css

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

 a { background-color: rgb(181,40,44); }

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

border-color css

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

 span { border-color: rgb(181,40,44); }

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