Html Css Color HEX #B4253A Cardinal

📋 copy color: '#B4253A'

red 180 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #B4253A

Tints of Cardinal #B4253A

RGB

 RED value IS 180 (70.7% from 255) = 65.45%

 GREEN value IS 37 (14.84% from 255) = 13.45%

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 65.45%
G = 13.45%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4253A (or 0xB4253A) is known color: Cardinal. HEX triplet: B4, 25 and 3A. RGB value is (180,37,58). Sum of RGB (Red+Green+Blue) = 180+37+58=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4253A is #4BDAC5. Grayscale: #525252. Windows color (decimal): -4971206 or 3810740. OLE color: 3810740.

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

Color convert

RGB 180 37 58 -
CMYK 0 0.79 0.68 0.29
HSL 351.19º 0.66% 0.43% -
HSV(B) 351.19º 0.79% 0.71% -
XYZ 20.25 11.33 5.12 -
YUV 82.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 180 37 58 0 0.79 0.68 0.29 351.19 0.66 0.43
Hex B4 25 3A 0 4F 44 1D 15F 42 2B
Octal 264 45 72 0 117 104 35 537 102 53
Binary 10110100 100101 111010 0 1001111 1000100 11101 101011111 1000010 101011

Color Harmonies of #B4253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4253A

Black with #B4253A

Text Example


Text Example

White with #B4253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4253A; }

 p { color: rgb(180,37,58); }

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

background-color css

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

 a { background-color: rgb(180,37,58); }

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

border-color css

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

 span { border-color: rgb(180,37,58); }

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