Html Css Color HEX #B0232A Cardinal

📋 copy color: '#B0232A'

red 176 ◦ green 35 ◦ blue 42

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

Shades of Cardinal #B0232A

Tints of Cardinal #B0232A

RGB

 RED value IS 176 (69.14% from 255) = 69.57%

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 69.57%
G = 13.83%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0232A (or 0xB0232A) is known color: Cardinal. HEX triplet: B0, 23 and 2A. RGB value is (176,35,42). Sum of RGB (Red+Green+Blue) = 176+35+42=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0232A is #4FDCD5. Grayscale: #4E4E4E. Windows color (decimal): -5233878 or 2761648. OLE color: 2761648.

HSL color Cylindrical-coordinate representation of color #B0232A: hue angle of 357.02º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0232A is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 35 42 -
CMYK 0 0.80 0.76 0.31
HSL 357.02º 0.67% 0.41% -
HSV(B) 357.02º 0.8% 0.69% -
XYZ 18.92 10.6 3.24 -
YUV 77.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 176 35 42 0 0.80 0.76 0.31 357.02 0.67 0.41
Hex B0 23 2A 0 50 4C 1F 165 43 29
Octal 260 43 52 0 120 114 37 545 103 51
Binary 10110000 100011 101010 0 1010000 1001100 11111 101100101 1000011 101001

Color Harmonies of #B0232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0232A

Black with #B0232A

Text Example


Text Example

White with #B0232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0232A; }

 p { color: rgb(176,35,42); }

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

background-color css

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

 a { background-color: rgb(176,35,42); }

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

border-color css

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

 span { border-color: rgb(176,35,42); }

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