Html Css Color HEX #B2272B Cardinal

📋 copy color: '#B2272B'

red 178 ◦ green 39 ◦ blue 43

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

Shades of Cardinal #B2272B

Tints of Cardinal #B2272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 68.46%
G = 15%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2272B (or 0xB2272B) is known color: Cardinal. HEX triplet: B2, 27 and 2B. RGB value is (178,39,43). Sum of RGB (Red+Green+Blue) = 178+39+43=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2272B is #4DD8D4. Grayscale: #515151. Windows color (decimal): -5101781 or 2828210. OLE color: 2828210.

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

Color convert

RGB 178 39 43 -
CMYK 0 0.78 0.76 0.30
HSL 358.27º 0.64% 0.43% -
HSV(B) 358.27º 0.78% 0.7% -
XYZ 19.52 11.09 3.4 -
YUV 81.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 178 39 43 0 0.78 0.76 0.30 358.27 0.64 0.43
Hex B2 27 2B 0 4E 4C 1E 166 40 2B
Octal 262 47 53 0 116 114 36 546 100 53
Binary 10110010 100111 101011 0 1001110 1001100 11110 101100110 1000000 101011

Color Harmonies of #B2272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2272B

Black with #B2272B

Text Example


Text Example

White with #B2272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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