Html Css Color HEX #B2263F Cardinal

📋 copy color: '#B2263F'

red 178 ◦ green 38 ◦ blue 63

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

Shades of Cardinal #B2263F

Tints of Cardinal #B2263F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 63.8%
G = 13.62%
B = 22.58%

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

#B2263F (or 0xB2263F) is known color: Cardinal. HEX triplet: B2, 26 and 3F. RGB value is (178,38,63). Sum of RGB (Red+Green+Blue) = 178+38+63=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2263F is #4DD9C0. Grayscale: #525252. Windows color (decimal): -5102017 or 4138674. OLE color: 4138674.

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

Color convert

RGB 178 38 63 -
CMYK 0 0.79 0.65 0.30
HSL 349.29º 0.65% 0.42% -
HSV(B) 349.29º 0.79% 0.7% -
XYZ 19.95 11.21 5.81 -
YUV 82.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 178 38 63 0 0.79 0.65 0.30 349.29 0.65 0.42
Hex B2 26 3F 0 4F 41 1E 15D 41 2A
Octal 262 46 77 0 117 101 36 535 101 52
Binary 10110010 100110 111111 0 1001111 1000001 11110 101011101 1000001 101010

Color Harmonies of #B2263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2263F

Black with #B2263F

Text Example


Text Example

White with #B2263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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