Html Css Color HEX #B5283C Cardinal

📋 copy color: '#B5283C'

red 181 ◦ green 40 ◦ blue 60

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

Shades of Cardinal #B5283C

Tints of Cardinal #B5283C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 64.41%
G = 14.23%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5283C (or 0xB5283C) is known color: Cardinal. HEX triplet: B5, 28 and 3C. RGB value is (181,40,60). Sum of RGB (Red+Green+Blue) = 181+40+60=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5283C is #4AD7C3. Grayscale: #545454. Windows color (decimal): -4904900 or 3942581. OLE color: 3942581.

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

Color convert

RGB 181 40 60 -
CMYK 0 0.78 0.67 0.29
HSL 351.49º 0.64% 0.43% -
HSV(B) 351.49º 0.78% 0.71% -
XYZ 20.63 11.67 5.44 -
YUV 84.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 181 40 60 0 0.78 0.67 0.29 351.49 0.64 0.43
Hex B5 28 3C 0 4E 43 1D 15F 40 2B
Octal 265 50 74 0 116 103 35 537 100 53
Binary 10110101 101000 111100 0 1001110 1000011 11101 101011111 1000000 101011

Color Harmonies of #B5283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5283C

Black with #B5283C

Text Example


Text Example

White with #B5283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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