Html Css Color HEX #B2262F Cardinal

📋 copy color: '#B2262F'

red 178 ◦ green 38 ◦ blue 47

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

Shades of Cardinal #B2262F

Tints of Cardinal #B2262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 67.68%
G = 14.45%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2262F (or 0xB2262F) is known color: Cardinal. HEX triplet: B2, 26 and 2F. RGB value is (178,38,47). Sum of RGB (Red+Green+Blue) = 178+38+47=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B2262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2262F is #4DD9D0. Grayscale: #505050. Windows color (decimal): -5102033 or 3090098. OLE color: 3090098.

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

Color convert

RGB 178 38 47 -
CMYK 0 0.79 0.74 0.30
HSL 356.14º 0.65% 0.42% -
HSV(B) 356.14º 0.79% 0.7% -
XYZ 19.57 11.06 3.79 -
YUV 80.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 178 38 47 0 0.79 0.74 0.30 356.14 0.65 0.42
Hex B2 26 2F 0 4F 4A 1E 164 41 2A
Octal 262 46 57 0 117 112 36 544 101 52
Binary 10110010 100110 101111 0 1001111 1001010 11110 101100100 1000001 101010

Color Harmonies of #B2262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2262F

Black with #B2262F

Text Example


Text Example

White with #B2262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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