Html Css Color HEX #B2293A Cardinal

📋 copy color: '#B2293A'

red 178 ◦ green 41 ◦ blue 58

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

Shades of Cardinal #B2293A

Tints of Cardinal #B2293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 64.26%
G = 14.8%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2293A (or 0xB2293A) is known color: Cardinal. HEX triplet: B2, 29 and 3A. RGB value is (178,41,58). Sum of RGB (Red+Green+Blue) = 178+41+58=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2293A is #4DD6C5. Grayscale: #535353. Windows color (decimal): -5101254 or 3811762. OLE color: 3811762.

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

Color convert

RGB 178 41 58 -
CMYK 0 0.77 0.67 0.30
HSL 352.55º 0.63% 0.43% -
HSV(B) 352.55º 0.77% 0.7% -
XYZ 19.92 11.36 5.15 -
YUV 83.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 178 41 58 0 0.77 0.67 0.30 352.55 0.63 0.43
Hex B2 29 3A 0 4D 43 1E 161 3F 2B
Octal 262 51 72 0 115 103 36 541 77 53
Binary 10110010 101001 111010 0 1001101 1000011 11110 101100001 111111 101011

Color Harmonies of #B2293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2293A

Black with #B2293A

Text Example


Text Example

White with #B2293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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