Html Css Color HEX #B2272E Cardinal

📋 copy color: '#B2272E'

red 178 ◦ green 39 ◦ blue 46

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

Shades of Cardinal #B2272E

Tints of Cardinal #B2272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 67.68%
G = 14.83%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2272E (or 0xB2272E) is known color: Cardinal. HEX triplet: B2, 27 and 2E. RGB value is (178,39,46). Sum of RGB (Red+Green+Blue) = 178+39+46=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B2272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2272E is #4DD8D1. Grayscale: #515151. Windows color (decimal): -5101778 or 3024818. OLE color: 3024818.

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

Color convert

RGB 178 39 46 -
CMYK 0 0.78 0.74 0.30
HSL 356.98º 0.64% 0.43% -
HSV(B) 356.98º 0.78% 0.7% -
XYZ 19.58 11.11 3.7 -
YUV 81.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 178 39 46 0 0.78 0.74 0.30 356.98 0.64 0.43
Hex B2 27 2E 0 4E 4A 1E 165 40 2B
Octal 262 47 56 0 116 112 36 545 100 53
Binary 10110010 100111 101110 0 1001110 1001010 11110 101100101 1000000 101011

Color Harmonies of #B2272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2272E

Black with #B2272E

Text Example


Text Example

White with #B2272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2272E; }

 p { color: rgb(178,39,46); }

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

background-color css

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

 a { background-color: rgb(178,39,46); }

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

border-color css

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

 span { border-color: rgb(178,39,46); }

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