Html Css Color HEX #B2292F Cardinal

📋 copy color: '#B2292F'

red 178 ◦ green 41 ◦ blue 47

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

Shades of Cardinal #B2292F

Tints of Cardinal #B2292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

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

R = 66.92%
G = 15.41%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2292F (or 0xB2292F) is known color: Cardinal. HEX triplet: B2, 29 and 2F. RGB value is (178,41,47). Sum of RGB (Red+Green+Blue) = 178+41+47=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B2292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2292F is #4DD6D0. Grayscale: #525252. Windows color (decimal): -5101265 or 3090866. OLE color: 3090866.

HSL color Cylindrical-coordinate representation of color #B2292F: hue angle of 357.37º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2292F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 47 -
CMYK 0 0.77 0.74 0.30
HSL 357.37º 0.63% 0.43% -
HSV(B) 357.37º 0.77% 0.7% -
XYZ 19.67 11.26 3.83 -
YUV 82.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 178 41 47 0 0.77 0.74 0.30 357.37 0.63 0.43
Hex B2 29 2F 0 4D 4A 1E 165 3F 2B
Octal 262 51 57 0 115 112 36 545 77 53
Binary 10110010 101001 101111 0 1001101 1001010 11110 101100101 111111 101011

Color Harmonies of #B2292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2292F

Black with #B2292F

Text Example


Text Example

White with #B2292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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