Html Css Color HEX #B2053A Cardinal

📋 copy color: '#B2053A'

red 178 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #B2053A

Tints of Cardinal #B2053A

RGB

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

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

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

R = 73.86%
G = 2.07%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2053A (or 0xB2053A) is known color: Cardinal. HEX triplet: B2, 05 and 3A. RGB value is (178,5,58). Sum of RGB (Red+Green+Blue) = 178+5+58=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2053A is #4DFAC5. Grayscale: #3E3E3E. Windows color (decimal): -5110470 or 3802546. OLE color: 3802546.

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

Color convert

RGB 178 5 58 -
CMYK 0 0.97 0.67 0.30
HSL 341.62º 0.95% 0.36% -
HSV(B) 341.62º 0.97% 0.7% -
XYZ 19.18 9.88 4.9 -
YUV 62.77 125.31 210.19 -
System Red Green Blue C M Y K H S L
Decimal 178 5 58 0 0.97 0.67 0.30 341.62 0.95 0.36
Hex B2 5 3A 0 61 43 1E 156 5F 24
Octal 262 5 72 0 141 103 36 526 137 44
Binary 10110010 101 111010 0 1100001 1000011 11110 101010110 1011111 100100

Color Harmonies of #B2053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2053A

Black with #B2053A

Text Example


Text Example

White with #B2053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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