Html Css Color HEX #B5283D Cardinal

📋 copy color: '#B5283D'

red 181 ◦ green 40 ◦ blue 61

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

Shades of Cardinal #B5283D

Tints of Cardinal #B5283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 64.18%
G = 14.18%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5283D (or 0xB5283D) is known color: Cardinal. HEX triplet: B5, 28 and 3D. RGB value is (181,40,61). Sum of RGB (Red+Green+Blue) = 181+40+61=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5283D is #4AD7C2. Grayscale: #545454. Windows color (decimal): -4904899 or 4008117. OLE color: 4008117.

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

Color convert

RGB 181 40 61 -
CMYK 0 0.78 0.66 0.29
HSL 351.06º 0.64% 0.43% -
HSV(B) 351.06º 0.78% 0.71% -
XYZ 20.66 11.68 5.58 -
YUV 84.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 181 40 61 0 0.78 0.66 0.29 351.06 0.64 0.43
Hex B5 28 3D 0 4E 42 1D 15F 40 2B
Octal 265 50 75 0 116 102 35 537 100 53
Binary 10110101 101000 111101 0 1001110 1000010 11101 101011111 1000000 101011

Color Harmonies of #B5283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5283D

Black with #B5283D

Text Example


Text Example

White with #B5283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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