Html Css Color HEX #B2263E Cardinal

📋 copy color: '#B2263E'

red 178 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #B2263E

Tints of Cardinal #B2263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 64.03%
G = 13.67%
B = 22.3%

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

#B2263E (or 0xB2263E) is known color: Cardinal. HEX triplet: B2, 26 and 3E. RGB value is (178,38,62). Sum of RGB (Red+Green+Blue) = 178+38+62=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2263E is #4DD9C1. Grayscale: #525252. Windows color (decimal): -5102018 or 4073138. OLE color: 4073138.

HSL color Cylindrical-coordinate representation of color #B2263E: hue angle of 349.71º degrees, saturation: 0.65, 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 #B2263E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 62 -
CMYK 0 0.79 0.65 0.30
HSL 349.71º 0.65% 0.42% -
HSV(B) 349.71º 0.79% 0.7% -
XYZ 19.92 11.2 5.67 -
YUV 82.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 178 38 62 0 0.79 0.65 0.30 349.71 0.65 0.42
Hex B2 26 3E 0 4F 41 1E 15E 41 2A
Octal 262 46 76 0 117 101 36 536 101 52
Binary 10110010 100110 111110 0 1001111 1000001 11110 101011110 1000001 101010

Color Harmonies of #B2263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2263E

Black with #B2263E

Text Example


Text Example

White with #B2263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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