Html Css Color HEX #B2053B Cardinal

📋 copy color: '#B2053B'

red 178 ◦ green 5 ◦ blue 59

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

Shades of Cardinal #B2053B

Tints of Cardinal #B2053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.38%

R = 73.55%
G = 2.07%
B = 24.38%

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

#B2053B (or 0xB2053B) is known color: Cardinal. HEX triplet: B2, 05 and 3B. RGB value is (178,5,59). Sum of RGB (Red+Green+Blue) = 178+5+59=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2053B is #4DFAC4. Grayscale: #3E3E3E. Windows color (decimal): -5110469 or 3868082. OLE color: 3868082.

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

Color convert

RGB 178 5 59 -
CMYK 0 0.97 0.67 0.30
HSL 341.27º 0.95% 0.36% -
HSV(B) 341.27º 0.97% 0.7% -
XYZ 19.2 9.89 5.03 -
YUV 62.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 178 5 59 0 0.97 0.67 0.30 341.27 0.95 0.36
Hex B2 5 3B 0 61 43 1E 155 5F 24
Octal 262 5 73 0 141 103 36 525 137 44
Binary 10110010 101 111011 0 1100001 1000011 11110 101010101 1011111 100100

Color Harmonies of #B2053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2053B

Black with #B2053B

Text Example


Text Example

White with #B2053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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