Html Css Color HEX #BB232D Cardinal

📋 copy color: '#BB232D'

red 187 ◦ green 35 ◦ blue 45

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

Shades of Cardinal #BB232D

Tints of Cardinal #BB232D

RGB

 RED value IS 187 (73.44% from 255) = 70.04%

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 70.04%
G = 13.11%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB232D (or 0xBB232D) is known color: Cardinal. HEX triplet: BB, 23 and 2D. RGB value is (187,35,45). Sum of RGB (Red+Green+Blue) = 187+35+45=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB232D is #44DCD2. Grayscale: #515151. Windows color (decimal): -4512979 or 2958267. OLE color: 2958267.

HSL color Cylindrical-coordinate representation of color #BB232D: hue angle of 356.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB232D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 45 -
CMYK 0 0.81 0.76 0.27
HSL 356.05º 0.68% 0.44% -
HSV(B) 356.05º 0.81% 0.73% -
XYZ 21.57 11.96 3.65 -
YUV 81.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 187 35 45 0 0.81 0.76 0.27 356.05 0.68 0.44
Hex BB 23 2D 0 51 4C 1B 164 44 2C
Octal 273 43 55 0 121 114 33 544 104 54
Binary 10111011 100011 101101 0 1010001 1001100 11011 101100100 1000100 101100

Color Harmonies of #BB232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB232D

Black with #BB232D

Text Example


Text Example

White with #BB232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB232D; }

 p { color: rgb(187,35,45); }

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

background-color css

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

 a { background-color: rgb(187,35,45); }

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

border-color css

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

 span { border-color: rgb(187,35,45); }

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