Html Css Color HEX #B2253E Cardinal

📋 copy color: '#B2253E'

red 178 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #B2253E

Tints of Cardinal #B2253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 62 (24.61% from 255) = 22.38%

R = 64.26%
G = 13.36%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2253E (or 0xB2253E) is known color: Cardinal. HEX triplet: B2, 25 and 3E. RGB value is (178,37,62). Sum of RGB (Red+Green+Blue) = 178+37+62=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2253E is #4DDAC1. Grayscale: #525252. Windows color (decimal): -5102274 or 4072882. OLE color: 4072882.

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

Color convert

RGB 178 37 62 -
CMYK 0 0.79 0.65 0.30
HSL 349.36º 0.66% 0.42% -
HSV(B) 349.36º 0.79% 0.7% -
XYZ 19.89 11.14 5.66 -
YUV 82.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 178 37 62 0 0.79 0.65 0.30 349.36 0.66 0.42
Hex B2 25 3E 0 4F 41 1E 15D 42 2A
Octal 262 45 76 0 117 101 36 535 102 52
Binary 10110010 100101 111110 0 1001111 1000001 11110 101011101 1000010 101010

Color Harmonies of #B2253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2253E

Black with #B2253E

Text Example


Text Example

White with #B2253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2253E; }

 p { color: rgb(178,37,62); }

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

background-color css

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

 a { background-color: rgb(178,37,62); }

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

border-color css

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

 span { border-color: rgb(178,37,62); }

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