Html Css Color HEX #B2273A Cardinal

📋 copy color: '#B2273A'

red 178 ◦ green 39 ◦ blue 58

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

Shades of Cardinal #B2273A

Tints of Cardinal #B2273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

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

R = 64.73%
G = 14.18%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2273A (or 0xB2273A) is known color: Cardinal. HEX triplet: B2, 27 and 3A. RGB value is (178,39,58). Sum of RGB (Red+Green+Blue) = 178+39+58=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2273A is #4DD8C5. Grayscale: #525252. Windows color (decimal): -5101766 or 3811250. OLE color: 3811250.

HSL color Cylindrical-coordinate representation of color #B2273A: hue angle of 351.8º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2273A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 39 58 -
CMYK 0 0.78 0.67 0.30
HSL 351.8º 0.64% 0.43% -
HSV(B) 351.8º 0.78% 0.7% -
XYZ 19.85 11.22 5.12 -
YUV 82.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 178 39 58 0 0.78 0.67 0.30 351.8 0.64 0.43
Hex B2 27 3A 0 4E 43 1E 160 40 2B
Octal 262 47 72 0 116 103 36 540 100 53
Binary 10110010 100111 111010 0 1001110 1000011 11110 101100000 1000000 101011

Color Harmonies of #B2273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2273A

Black with #B2273A

Text Example


Text Example

White with #B2273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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