Html Css Color HEX #B42530 Cardinal

📋 copy color: '#B42530'

red 180 ◦ green 37 ◦ blue 48

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

Shades of Cardinal #B42530

Tints of Cardinal #B42530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 67.92%
G = 13.96%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B42530 (or 0xB42530) is known color: Cardinal. HEX triplet: B4, 25 and 30. RGB value is (180,37,48). Sum of RGB (Red+Green+Blue) = 180+37+48=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B42530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42530 is #4BDACF. Grayscale: #515151. Windows color (decimal): -4971216 or 3155380. OLE color: 3155380.

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

Color convert

RGB 180 37 48 -
CMYK 0 0.79 0.73 0.29
HSL 355.38º 0.66% 0.43% -
HSV(B) 355.38º 0.79% 0.71% -
XYZ 20.02 11.24 3.91 -
YUV 81.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 180 37 48 0 0.79 0.73 0.29 355.38 0.66 0.43
Hex B4 25 30 0 4F 49 1D 163 42 2B
Octal 264 45 60 0 117 111 35 543 102 53
Binary 10110100 100101 110000 0 1001111 1001001 11101 101100011 1000010 101011

Color Harmonies of #B42530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42530

Black with #B42530

Text Example


Text Example

White with #B42530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42530; }

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

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

background-color css

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

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

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

border-color css

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

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

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