Html Css Color HEX #B2053C Cardinal

📋 copy color: '#B2053C'

red 178 ◦ green 5 ◦ blue 60

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

Shades of Cardinal #B2053C

Tints of Cardinal #B2053C

RGB

 RED value IS 178 (69.92% from 255) = 73.25%

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 73.25%
G = 2.06%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2053C (or 0xB2053C) is known color: Cardinal. HEX triplet: B2, 05 and 3C. RGB value is (178,5,60). Sum of RGB (Red+Green+Blue) = 178+5+60=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2053C is #4DFAC3. Grayscale: #3E3E3E. Windows color (decimal): -5110468 or 3933618. OLE color: 3933618.

HSL color Cylindrical-coordinate representation of color #B2053C: hue angle of 340.92º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2053C is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 60 -
CMYK 0 0.97 0.66 0.30
HSL 340.92º 0.95% 0.36% -
HSV(B) 340.92º 0.97% 0.7% -
XYZ 19.23 9.9 5.17 -
YUV 63 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 178 5 60 0 0.97 0.66 0.30 340.92 0.95 0.36
Hex B2 5 3C 0 61 42 1E 155 5F 24
Octal 262 5 74 0 141 102 36 525 137 44
Binary 10110010 101 111100 0 1100001 1000010 11110 101010101 1011111 100100

Color Harmonies of #B2053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2053C

Black with #B2053C

Text Example


Text Example

White with #B2053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2053C; }

 p { color: rgb(178,5,60); }

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

background-color css

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

 a { background-color: rgb(178,5,60); }

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

border-color css

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

 span { border-color: rgb(178,5,60); }

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