Html Css Color HEX #B2273B Cardinal

📋 copy color: '#B2273B'

red 178 ◦ green 39 ◦ blue 59

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

Shades of Cardinal #B2273B

Tints of Cardinal #B2273B

RGB

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

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

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

R = 64.49%
G = 14.13%
B = 21.38%

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

#B2273B (or 0xB2273B) is known color: Cardinal. HEX triplet: B2, 27 and 3B. RGB value is (178,39,59). Sum of RGB (Red+Green+Blue) = 178+39+59=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2273B is #4DD8C4. Grayscale: #525252. Windows color (decimal): -5101765 or 3876786. OLE color: 3876786.

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

Color convert

RGB 178 39 59 -
CMYK 0 0.78 0.67 0.30
HSL 351.37º 0.64% 0.43% -
HSV(B) 351.37º 0.78% 0.7% -
XYZ 19.88 11.23 5.26 -
YUV 82.84 114.55 195.87 -
System Red Green Blue C M Y K H S L
Decimal 178 39 59 0 0.78 0.67 0.30 351.37 0.64 0.43
Hex B2 27 3B 0 4E 43 1E 15F 40 2B
Octal 262 47 73 0 116 103 36 537 100 53
Binary 10110010 100111 111011 0 1001110 1000011 11110 101011111 1000000 101011

Color Harmonies of #B2273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2273B

Black with #B2273B

Text Example


Text Example

White with #B2273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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